Package travel.wink.sdk.extranet.model
Class Address
java.lang.Object
travel.wink.sdk.extranet.model.Address
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:37:26.819025+07:00[Asia/Bangkok]")
public class Address
extends Object
Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()Get cityGet countrygetLine1()Get line1getLine2()Get line2Get postalCodegetState()Get stateinthashCode()postalCode(String postalCode) voidvoidsetCountry(String country) voidvoidvoidsetPostalCode(String postalCode) voidtoString()
-
Field Details
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_LINE1
- See Also:
-
JSON_PROPERTY_LINE2
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
line1
-
getLine1
Get line1- Returns:
- line1
-
setLine1
-
line2
-
getLine2
Get line2- Returns:
- line2
-
setLine2
-
postalCode
-
getPostalCode
Get postalCode- Returns:
- postalCode
-
setPostalCode
-
state
-
getState
Get state- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-