Class ApiHotelTerminal
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelTerminal
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelTerminal
extends Object
Info of a terminal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(ApiContent description) boolean@Valid ApiContentGet descriptionDistance in kilometers to the hotel.@Valid ApiContentgetName()Get nameCode of the terminal.Code of the type of the terminal.inthashCode()name(ApiContent name) voidsetDescription(ApiContent description) voidsetDistance(Integer distance) voidsetName(ApiContent name) voidsetTerminalCode(String terminalCode) voidsetTerminalType(String terminalType) terminalCode(String terminalCode) terminalType(String terminalType) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISTANCE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TERMINAL_CODE
- See Also:
-
JSON_PROPERTY_TERMINAL_TYPE
- See Also:
-
-
Constructor Details
-
ApiHotelTerminal
public ApiHotelTerminal()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
distance
-
getDistance
Distance in kilometers to the hotel.- Returns:
- distance
-
setDistance
-
name
-
getName
Get name- Returns:
- name
-
setName
-
terminalCode
-
getTerminalCode
Code of the terminal.- Returns:
- terminalCode
-
setTerminalCode
-
terminalType
-
getTerminalType
Code of the type of the terminal.- Returns:
- terminalType
-
setTerminalType
-
equals
-
hashCode
public int hashCode() -
toString
-