Package io.trippay.sdk.payment.model
Class BookingContractCancellableResponse
java.lang.Object
io.trippay.sdk.payment.model.BookingContractCancellableResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-12T17:32:17.983408277+07:00[Asia/Bangkok]")
public class BookingContractCancellableResponse
extends Object
Contract cancellable response object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellable(Boolean cancellable) booleanWhether the booking is cancellable or not@Valid UUIDBooking contract identifiergetList()Get _listinthashCode()identifier(UUID identifier) voidsetCancellable(Boolean cancellable) voidsetIdentifier(UUID identifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CANCELLABLE
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
-
Constructor Details
-
BookingContractCancellableResponse
public BookingContractCancellableResponse()
-
-
Method Details
-
identifier
-
getIdentifier
Booking contract identifier- Returns:
- identifier
-
setIdentifier
-
cancellable
-
getCancellable
Whether the booking is cancellable or not- Returns:
- cancellable
-
setCancellable
-
_list
-
addListItem
public BookingContractCancellableResponse addListItem(BookingContractItemCancellableResponse _listItem) -
getList
Get _list- Returns:
- _list
-
setList
-
equals
-
hashCode
public int hashCode() -
toString
-