Class ApiModificationPolicies
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiModificationPolicies
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiModificationPolicies
extends Object
Information regarding the allowed modifications to the booking.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellation(Boolean cancellation) boolean@NotNull BooleanIndicates if the booking allows cancellation.@NotNull BooleanIndicates if the booking allows modification.inthashCode()modification(Boolean modification) voidsetCancellation(Boolean cancellation) voidsetModification(Boolean modification) toString()
-
Field Details
-
JSON_PROPERTY_CANCELLATION
- See Also:
-
JSON_PROPERTY_MODIFICATION
- See Also:
-
-
Constructor Details
-
ApiModificationPolicies
public ApiModificationPolicies()
-
-
Method Details
-
cancellation
-
getCancellation
Indicates if the booking allows cancellation.- Returns:
- cancellation
-
setCancellation
-
modification
-
getModification
Indicates if the booking allows modification.- Returns:
- modification
-
setModification
-
equals
-
hashCode
public int hashCode() -
toString
-