Package travel.wink.sdk.extranet.model
Class CancellationDetail
java.lang.Object
travel.wink.sdk.extranet.model.CancellationDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-11T13:46:18.379510+07:00[Asia/Bangkok]")
public class CancellationDetail
extends Object
CancellationDetail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCancellation type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellationType(CancellationDetail.CancellationTypeEnum cancellationType) booleanCancellation type@NotNull @Valid CancellationDetailDescriptionGet reasoninthashCode()reason(CancellationDetailDescription reason) voidsetCancellationType(CancellationDetail.CancellationTypeEnum cancellationType) voidtoString()
-
Field Details
-
JSON_PROPERTY_CANCELLATION_TYPE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
-
Constructor Details
-
CancellationDetail
public CancellationDetail()
-
-
Method Details
-
cancellationType
public CancellationDetail cancellationType(CancellationDetail.CancellationTypeEnum cancellationType) -
getCancellationType
Cancellation type- Returns:
- cancellationType
-
setCancellationType
-
reason
-
getReason
Get reason- Returns:
- reason
-
setReason
-
equals
-
hashCode
public int hashCode() -
toString
-