Package travel.wink.sdk.extranet.model
Class LocalizedDescriptionSupplier
java.lang.Object
travel.wink.sdk.extranet.model.LocalizedDescriptionSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:57:37.589000094+07:00[Asia/Bangkok]")
public class LocalizedDescriptionSupplier
extends Object
List of localized descriptions for this fee.
-
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.inthashCode()voidsetDescription(String description) voidsetLanguage(String language) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LANGUAGE
- See Also:
-
-
Constructor Details
-
LocalizedDescriptionSupplier
public LocalizedDescriptionSupplier()
-
-
Method Details
-
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
-