Class PropertyEntityModel
java.lang.Object
travel.wink.sdk.channel.manager.model.PropertyEntityModel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-31T13:46:21.111521+07:00[Asia/Bangkok]")
public class PropertyEntityModel
extends Object
PropertyEntityModel
-
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 identifiergetLinks()Get links@NotNull StringgetName()Get nameGet timeZoneinthashCode()identifier(String identifier) putLinksItem(String key, Link linksItem) voidvoidsetCountryCode(String countryCode) voidsetCurrencyCode(String currencyCode) voidsetIdentifier(String identifier) voidvoidvoidsetTimeZone(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:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
PropertyEntityModel
public PropertyEntityModel()
-
-
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
-
links
-
putLinksItem
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-