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