@Generated(value="Generated by https://konfigthis.com") public class AddressData2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressData2.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ADDRESS_LINE |
static String |
SERIALIZED_NAME_ADDRESS_LINE2 |
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_FULL_ADDRESS_LINE |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_ZIP |
| Constructor and Description |
|---|
AddressData2() |
| Modifier and Type | Method and Description |
|---|---|
AddressData2 |
addressLine(String addressLine) |
AddressData2 |
addressLine2(String addressLine2) |
AddressData2 |
city(String city) |
AddressData2 |
country(String country) |
boolean |
equals(Object o) |
static AddressData2 |
fromJson(String jsonString)
Create an instance of AddressData2 given an JSON string
|
AddressData2 |
fullAddressLine(String fullAddressLine) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAddressLine()
Get addressLine
|
String |
getAddressLine2()
Get addressLine2
|
String |
getCity()
Get city
|
String |
getCountry()
Get country
|
String |
getFullAddressLine()
Get fullAddressLine
|
String |
getState()
Get state
|
String |
getZip()
Get zip
|
int |
hashCode() |
AddressData2 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAddressLine(String addressLine) |
void |
setAddressLine2(String addressLine2) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setFullAddressLine(String fullAddressLine) |
void |
setState(String state) |
void |
setZip(String zip) |
AddressData2 |
state(String state) |
String |
toJson()
Convert an instance of AddressData2 to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
AddressData2 |
zip(String zip) |
public static final String SERIALIZED_NAME_ADDRESS_LINE
public static final String SERIALIZED_NAME_ADDRESS_LINE2
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_ZIP
public static final String SERIALIZED_NAME_FULL_ADDRESS_LINE
public AddressData2 addressLine(String addressLine)
public void setAddressLine(String addressLine)
public AddressData2 addressLine2(String addressLine2)
public void setAddressLine2(String addressLine2)
public AddressData2 city(String city)
public void setCity(String city)
public AddressData2 country(String country)
public void setCountry(String country)
public AddressData2 state(String state)
public void setState(String state)
public AddressData2 zip(String zip)
public void setZip(String zip)
public AddressData2 fullAddressLine(String fullAddressLine)
@Nullable public String getFullAddressLine()
public void setFullAddressLine(String fullAddressLine)
public AddressData2 putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to AddressData2public static AddressData2 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to AddressData2public String toJson()
Copyright © 2024. All rights reserved.