Package travel.wink.sdk.extranet.model
Class AddressDto
java.lang.Object
travel.wink.sdk.extranet.model.AddressDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:49:39.867864+07:00[Asia/Bangkok]")
public class AddressDto
extends Object
Address information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) countryName(String countryName) booleanfullAddress(String fullAddress) @NotNull StringAddress line 1Address line 2@NotNull StringCity name@NotNull StringCountry codeCountry nameCountyGet fullAddress@NotNull StringPostal / zip codegetState()StateinthashCode()postalCode(String postalCode) voidsetAddress1(String address1) voidsetAddress2(String address2) voidsetCityName(String cityName) voidsetCountryCode(String countryCode) voidsetCountryName(String countryName) voidvoidsetFullAddress(String fullAddress) voidsetPostalCode(String postalCode) voidtoString()
-
Field Details
-
JSON_PROPERTY_ADDRESS1
- See Also:
-
JSON_PROPERTY_ADDRESS2
- See Also:
-
JSON_PROPERTY_CITY_NAME
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_COUNTY
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_NAME
- See Also:
-
JSON_PROPERTY_FULL_ADDRESS
- See Also:
-
-
Constructor Details
-
AddressDto
public AddressDto()
-
-
Method Details
-
address1
-
getAddress1
Address line 1- Returns:
- address1
-
setAddress1
-
address2
-
getAddress2
Address line 2- Returns:
- address2
-
setAddress2
-
cityName
-
getCityName
City name- Returns:
- cityName
-
setCityName
-
state
-
getState
State- Returns:
- state
-
setState
-
postalCode
-
getPostalCode
Postal / zip code- Returns:
- postalCode
-
setPostalCode
-
county
-
getCounty
County- Returns:
- county
-
setCounty
-
countryCode
-
getCountryCode
Country code- Returns:
- countryCode
-
setCountryCode
-
countryName
-
getCountryName
Country name- Returns:
- countryName
-
setCountryName
-
fullAddress
-
getFullAddress
Get fullAddress- Returns:
- fullAddress
-
setFullAddress
-
equals
-
hashCode
public int hashCode() -
toString
-