Class AddressAffiliate
java.lang.Object
travel.wink.sdk.affiliate.browse.model.AddressAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-02T16:41:15.149616466+07:00[Asia/Bangkok]")
public class AddressAffiliate
extends Object
Address information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncity(GeoNameAffiliate city) boolean@NotNull StringAddress line 1Address line 2@NotNull @Valid GeoNameAffiliategetCity()Get cityCountyAddress 1, Address 2, City, State, Postal / Zip code, CountryPostal / zip codegetState()StategetValid()Whether this address is considered valid by the system or notinthashCode()postalCode(String postalCode) voidsetAddress1(String address1) voidsetAddress2(String address2) voidsetCity(GeoNameAffiliate city) voidvoidsetPostalCode(String postalCode) voidtoString()
-
Field Details
-
JSON_PROPERTY_ADDRESS1
- See Also:
-
JSON_PROPERTY_ADDRESS2
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_COUNTY
- See Also:
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
JSON_PROPERTY_FULL_ADDRESS
- See Also:
-
-
Constructor Details
-
AddressAffiliate
public AddressAffiliate() -
AddressAffiliate
-
-
Method Details
-
address1
-
getAddress1
-
setAddress1
-
address2
-
getAddress2
-
setAddress2
-
state
-
getState
-
setState
-
postalCode
-
getPostalCode
-
setPostalCode
-
county
-
getCounty
-
setCounty
-
city
-
getCity
-
setCity
-
getValid
Whether this address is considered valid by the system or not- Returns:
- valid
-
getFullAddress
Address 1, Address 2, City, State, Postal / Zip code, Country- Returns:
- fullAddress
-
equals
-
hashCode
-
toString
-