Class ApiIssuesRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiIssuesRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiIssuesRS
extends Object
Response of Issues operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIssuesItem(ApiIssue issuesItem) auditData(ApiAuditData auditData) booleanerror(ApiHotelbedsError error) @Valid ApiAuditDataGet auditData@Valid ApiHotelbedsErrorgetError()Get errorgetFrom()Lowest value of the range of returned issues.List of issues that can affect an hotel and its facilities.getTo()Highest value of the range of returned issues.getTotal()Total number of issues matching the parameters used in the request (regardless of pagination/returned range).inthashCode()voidsetAuditData(ApiAuditData auditData) voidsetError(ApiHotelbedsError error) voidvoidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_ISSUES
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiIssuesRS
public ApiIssuesRS()
-
-
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 issues.- Returns:
- from
-
setFrom
-
issues
-
addIssuesItem
-
getIssues
List of issues that can affect an hotel and its facilities.- Returns:
- issues
-
setIssues
-
to
-
getTo
Highest value of the range of returned issues.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of issues matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-