Class GeneralManagerSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.GeneralManagerSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class GeneralManagerSupplier
extends Object
General manager related data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) descriptions(List<@Valid LocalizedDescriptionSupplier> descriptions) boolean@Valid List<@Valid LocalizedDescriptionSupplier> Get descriptions@Valid SimpleMultimediaSuppliergetImage()Cloudinary image identifier of GM currently managing the property.@NotNull StringgetName()Name of GM currently managing the property.inthashCode()image(SimpleMultimediaSupplier image) voidsetDescriptions(List<@Valid LocalizedDescriptionSupplier> descriptions) voidsetImage(SimpleMultimediaSupplier image) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_IMAGE
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
-
Constructor Details
-
GeneralManagerSupplier
public GeneralManagerSupplier()
-
-
Method Details
-
name
-
getName
Name of GM currently managing the property.- Returns:
- name
-
setName
-
image
-
getImage
Cloudinary image identifier of GM currently managing the property.- Returns:
- image
-
setImage
-
descriptions
public GeneralManagerSupplier descriptions(@Nullable List<@Valid LocalizedDescriptionSupplier> descriptions) -
addDescriptionsItem
-
getDescriptions
Get descriptions- Returns:
- descriptions
-
setDescriptions
-
equals
-
hashCode
-
toString
-