Class ApiTerminalsRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiTerminalsRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiTerminalsRS
extends Object
Response of Terminals operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTerminalsItem(ApiTerminal terminalsItem) auditData(ApiAuditData auditData) booleanerror(ApiHotelbedsError error) @Valid ApiAuditDataGet auditData@Valid ApiHotelbedsErrorgetError()Get errorgetFrom()Lowest value of the range of returned terminals.@Valid List<ApiTerminal>List of terminals.getTo()Highest value of the range of returned terminals.getTotal()Total number of terminals matching the parameters used in the request (regardless of pagination/returned range).inthashCode()voidsetAuditData(ApiAuditData auditData) voidsetError(ApiHotelbedsError error) voidvoidsetTerminals(List<ApiTerminal> terminals) voidvoidterminals(List<ApiTerminal> terminals) toString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TERMINALS
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiTerminalsRS
public ApiTerminalsRS()
-
-
Method Details
-
auditData
-
getAuditData
Get auditData- Returns:
- auditData
-
setAuditData
-
error
-
getError
Get error- Returns:
- error
-
setError
-
from
-
getFrom
Lowest value of the range of returned terminals.- Returns:
- from
-
setFrom
-
terminals
-
addTerminalsItem
-
getTerminals
List of terminals.- Returns:
- terminals
-
setTerminals
-
to
-
getTo
Highest value of the range of returned terminals.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of terminals matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-