Package travel.wink.sdk.booking.model
Class SimpleDescriptionAgent
java.lang.Object
travel.wink.sdk.booking.model.SimpleDescriptionAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:30:28.282006180+07:00[Asia/Bangkok]")
public class SimpleDescriptionAgent
extends Object
SimpleDescriptionAgent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) boolean@NotNull @Size(min=1,max=2147483647) StringLonger text description@NotNull @Size(min=2,max=2) StringIndicate which language this description is written in.getName()Use as title or short text descriptioninthashCode()voidsetDescription(String description) voidsetLanguage(String language) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LANGUAGE
- See Also:
-
-
Constructor Details
-
SimpleDescriptionAgent
public SimpleDescriptionAgent()
-
-
Method Details
-
name
-
getName
Use as title or short text description- Returns:
- name
-
setName
-
description
-
getDescription
@Nonnull @NotNull @Size(min=1, max=2147483647) public @NotNull @Size(min=1,max=2147483647) String getDescription()Longer text description- Returns:
- description
-
setDescription
-
language
-
getLanguage
Indicate which language this description is written in.- Returns:
- language
-
setLanguage
-
equals
-
hashCode
public int hashCode() -
toString
-