Package travel.wink.sdk.booking.model
Class GeneralManagerBooker
java.lang.Object
travel.wink.sdk.booking.model.GeneralManagerBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-01T16:15:53.455975605+07:00[Asia/Bangkok]")
public class GeneralManagerBooker
extends Object
General manager related data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionBooker descriptionsItem) descriptions(List<LocalizedDescriptionBooker> descriptions) boolean@Valid List<LocalizedDescriptionBooker> Localized welcome message from GM.@Valid SimpleMultimediaBookergetImage()Get image@NotNull StringgetName()Name of GM currently managing the property.inthashCode()image(SimpleMultimediaBooker image) voidsetDescriptions(List<LocalizedDescriptionBooker> descriptions) voidsetImage(SimpleMultimediaBooker image) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_IMAGE
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
-
Constructor Details
-
GeneralManagerBooker
public GeneralManagerBooker()
-
-
Method Details
-
name
-
getName
Name of GM currently managing the property.- Returns:
- name
-
setName
-
image
-
getImage
-
setImage
-
descriptions
-
addDescriptionsItem
-
getDescriptions
Localized welcome message from GM.- Returns:
- descriptions
-
setDescriptions
-
equals
-
hashCode
-
toString
-