Class Property
java.lang.Object
travel.wink.sdk.channel.manager.model.Property
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-05T11:16:46.872868090+07:00[Asia/Bangkok]")
public class Property
extends Object
Property
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) currencyCode(String currencyCode) boolean@NotNull StringgetCity()Get city@NotNull StringGet countryCode@NotNull StringGet currencyCode@NotNull StringGet identifier@NotNull StringgetName()Get nameGet timeZoneinthashCode()identifier(String identifier) voidvoidsetCountryCode(String countryCode) voidsetCurrencyCode(String currencyCode) voidsetIdentifier(String identifier) voidvoidsetTimeZone(String timeZone) toString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_TIME_ZONE
- See Also:
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
identifier
-
getIdentifier
Get identifier- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Get name- Returns:
- name
-
setName
-
city
-
getCity
Get city- Returns:
- city
-
setCity
-
countryCode
-
getCountryCode
Get countryCode- Returns:
- countryCode
-
setCountryCode
-
currencyCode
-
getCurrencyCode
Get currencyCode- Returns:
- currencyCode
-
setCurrencyCode
-
timeZone
-
getTimeZone
Get timeZone- Returns:
- timeZone
-
setTimeZone
-
equals
-
hashCode
public int hashCode() -
toString
-