Class ApiLanguage
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiLanguage
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiLanguage
extends Object
Information on a language.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) booleangetCode()Code of the language.@Valid ApiContentGet descriptiongetName()Name of the language on its own language.inthashCode()voidvoidsetDescription(ApiContent description) voidtoString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ApiLanguage
public ApiLanguage()
-
-
Method Details
-
code
-
getCode
Code of the language.- Returns:
- code
-
setCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
name
-
getName
Name of the language on its own language.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-