Class ApiIssue
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiIssue
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiIssue
extends Object
Information on an issue type (repair works, facilities closed,...).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternative(Boolean alternative) description(ApiContent description) booleanIndicator if there will be an alternative due to the issue.getCode()Code of the issue.@Valid ApiContentGet description@Valid ApiContentgetName()Get namegetType()Code of the type of incidence.inthashCode()name(ApiContent name) voidsetAlternative(Boolean alternative) voidvoidsetDescription(ApiContent description) voidsetName(ApiContent name) voidtoString()
-
Field Details
-
JSON_PROPERTY_ALTERNATIVE
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ApiIssue
public ApiIssue()
-
-
Method Details
-
alternative
-
getAlternative
Indicator if there will be an alternative due to the issue.- Returns:
- alternative
-
setAlternative
-
code
-
getCode
Code of the issue.- Returns:
- code
-
setCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
name
-
getName
Get name- Returns:
- name
-
setName
-
type
-
getType
Code of the type of incidence.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-