Class GeneralManagerAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.GeneralManagerAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-27T09:35:47.117628182+07:00[Asia/Bangkok]")
public class GeneralManagerAuthenticatedEntity
extends Object
General manager related data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionAuthenticatedEntity descriptionsItem) descriptions(List<LocalizedDescriptionAuthenticatedEntity> descriptions) booleanLocalized welcome message from GM.getImage()Get image@NotNull StringgetName()Name of GM currently managing the property.inthashCode()voidsetDescriptions(List<LocalizedDescriptionAuthenticatedEntity> descriptions) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_IMAGE
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
-
Constructor Details
-
GeneralManagerAuthenticatedEntity
public GeneralManagerAuthenticatedEntity()
-
-
Method Details
-
name
-
getName
Name of GM currently managing the property.- Returns:
- name
-
setName
-
image
-
getImage
Get image- Returns:
- image
-
setImage
-
descriptions
public GeneralManagerAuthenticatedEntity descriptions(List<LocalizedDescriptionAuthenticatedEntity> descriptions) -
addDescriptionsItem
public GeneralManagerAuthenticatedEntity addDescriptionsItem(LocalizedDescriptionAuthenticatedEntity descriptionsItem) -
getDescriptions
Localized welcome message from GM.- Returns:
- descriptions
-
setDescriptions
-
equals
-
hashCode
-
toString
-