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