Package travel.wink.sdk.extranet.model
Class UpsertCancellationPolicyExceptionSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpsertCancellationPolicyExceptionSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T22:29:13.908295668+07:00[Asia/Bangkok]")
public class UpsertCancellationPolicyExceptionSupplier
extends Object
UpsertCancellationPolicyExceptionSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellationPolicyIdentifier(String cancellationPolicyIdentifier) boolean@NotNull StringCancellation policy@NotNull @Valid LocalDateEnd date for when this cancellation policy should end overriding the default cancellation policy.@NotNull @Valid LocalDateStart date for when this cancellation policy should start to override the default cancellation policy.inthashCode()voidsetCancellationPolicyIdentifier(String cancellationPolicyIdentifier) voidsetEndDate(LocalDate endDate) voidsetStartDate(LocalDate startDate) toString()
-
Field Details
-
JSON_PROPERTY_CANCELLATION_POLICY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
-
Constructor Details
-
UpsertCancellationPolicyExceptionSupplier
public UpsertCancellationPolicyExceptionSupplier()
-
-
Method Details
-
cancellationPolicyIdentifier
public UpsertCancellationPolicyExceptionSupplier cancellationPolicyIdentifier(String cancellationPolicyIdentifier) -
getCancellationPolicyIdentifier
Cancellation policy- Returns:
- cancellationPolicyIdentifier
-
setCancellationPolicyIdentifier
-
startDate
-
getStartDate
Start date for when this cancellation policy should start to override the default cancellation policy.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
End date for when this cancellation policy should end overriding the default cancellation policy.- Returns:
- endDate
-
setEndDate
-
equals
-
hashCode
-
toString
-