Package travel.wink.sdk.booking.model
Class CancellationDetailBooker
java.lang.Object
travel.wink.sdk.booking.model.CancellationDetailBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:48:08.191600840+07:00[Asia/Bangkok]")
public class CancellationDetailBooker
extends Object
CancellationDetailBooker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCancellation type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellationType(CancellationDetailBooker.CancellationTypeEnum cancellationType) booleanCancellation type@NotNull StringReason for cancellationinthashCode()voidsetCancellationType(CancellationDetailBooker.CancellationTypeEnum cancellationType) voidtoString()
-
Field Details
-
JSON_PROPERTY_CANCELLATION_TYPE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
-
Constructor Details
-
CancellationDetailBooker
public CancellationDetailBooker()
-
-
Method Details
-
cancellationType
public CancellationDetailBooker cancellationType(CancellationDetailBooker.CancellationTypeEnum cancellationType) -
getCancellationType
@Nonnull @NotNull public @NotNull CancellationDetailBooker.CancellationTypeEnum getCancellationType()Cancellation type- Returns:
- cancellationType
-
setCancellationType
-
reason
-
getReason
Reason for cancellation- Returns:
- reason
-
setReason
-
equals
-
hashCode
public int hashCode() -
toString
-