Class GeneralManagerAgent
java.lang.Object
travel.wink.sdk.travel.agent.model.GeneralManagerAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-11-04T20:31:25.199072978+07:00[Asia/Bangkok]")
public class GeneralManagerAgent
extends Object
General manager related data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionAgent descriptionsItem) descriptions(List<LocalizedDescriptionAgent> descriptions) boolean@Valid List<LocalizedDescriptionAgent> Localized welcome message from GM.@Valid SimpleMultimediaAgentgetImage()Get image@NotNull StringgetName()Name of GM currently managing the property.inthashCode()image(SimpleMultimediaAgent image) voidsetDescriptions(List<LocalizedDescriptionAgent> descriptions) voidsetImage(SimpleMultimediaAgent image) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_IMAGE
- See Also:
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
-
Constructor Details
-
GeneralManagerAgent
public GeneralManagerAgent()
-
-
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
-