Package travel.wink.sdk.lookup.model
Class LocalizedDescriptionConsumer
java.lang.Object
travel.wink.sdk.lookup.model.LocalizedDescriptionConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-12T18:10:37.756050601+07:00[Asia/Bangkok]")
public class LocalizedDescriptionConsumer
extends Object
A localized list of longer property descriptions
-
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
-
LocalizedDescriptionConsumer
public LocalizedDescriptionConsumer()
-
-
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
-