Class GeneralManagerAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.GeneralManagerAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class GeneralManagerAuthenticatedEntity
extends Object
General manager related data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionAuthenticatedEntity descriptionsItem) descriptions(List<@Valid LocalizedDescriptionAuthenticatedEntity> descriptions) boolean@Valid List<@Valid LocalizedDescriptionAuthenticatedEntity> Get descriptionsgetImage()Cloudinary image identifier of GM currently managing the property.@NotNull StringgetName()Name of GM currently managing the property.inthashCode()voidsetDescriptions(List<@Valid 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
Cloudinary image identifier of GM currently managing the property.- Returns:
- image
-
setImage
-
descriptions
public GeneralManagerAuthenticatedEntity descriptions(@Nullable List<@Valid LocalizedDescriptionAuthenticatedEntity> descriptions) -
addDescriptionsItem
public GeneralManagerAuthenticatedEntity addDescriptionsItem(LocalizedDescriptionAuthenticatedEntity descriptionsItem) -
getDescriptions
@Nullable @Valid public @Valid List<@Valid LocalizedDescriptionAuthenticatedEntity> getDescriptions()Get descriptions- Returns:
- descriptions
-
setDescriptions
public void setDescriptions(@Nullable List<@Valid LocalizedDescriptionAuthenticatedEntity> descriptions) -
equals
-
hashCode
-
toString
-