@Generated(value="org.jsonschema2pojo") public class Address extends AddressParent
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
String |
toString() |
Address |
withAdditionalProperty(String name,
Object value) |
getCountryName, getExtendedAddress, getLocality, getPostalCode, getPostOfficeBox, getRegion, getStreetAddress, setCountryName, setExtendedAddress, setLocality, setPostalCode, setPostOfficeBox, setRegion, setStreetAddress, withCountryName, withExtendedAddress, withLocality, withPostalCode, withPostOfficeBox, withRegion, withStreetAddress
public String toString()
toString
in class AddressParent
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class AddressParent
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class AddressParent
public Address withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class AddressParent
public int hashCode()
hashCode
in class AddressParent
public boolean equals(Object other)
equals
in class AddressParent
Copyright © 2018 The Apache Software Foundation. All rights reserved.