Class ApiHotelbedsError
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelbedsError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiHotelbedsError
extends Object
Information on the error. Only returned in case of error. Includes the echotoken for debugging purposes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()Internal token code of the error.Descriptive message of the cause of the error.inthashCode()voidvoidsetMessage(String message) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
ApiHotelbedsError
public ApiHotelbedsError()
-
-
Method Details
-
code
-
getCode
Internal token code of the error.- Returns:
- code
-
setCode
-
message
-
getMessage
Descriptive message of the cause of the error.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-