Class ApiBoard
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiBoard
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiBoard
extends Object
Information on a board.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) booleangetCode()Internal code of the board.@Valid ApiContentGet descriptionMultilanguage code of the board type.inthashCode()multiLingualCode(String multiLingualCode) voidvoidsetDescription(ApiContent description) voidsetMultiLingualCode(String multiLingualCode) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_MULTI_LINGUAL_CODE
- See Also:
-
-
Constructor Details
-
ApiBoard
public ApiBoard()
-
-
Method Details
-
code
-
getCode
Internal code of the board.- Returns:
- code
-
setCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
multiLingualCode
-
getMultiLingualCode
Multilanguage code of the board type.- Returns:
- multiLingualCode
-
setMultiLingualCode
-
equals
-
hashCode
public int hashCode() -
toString
-