Package travel.wink.sdk.booking.model
Class RawSupplierContractBooker
java.lang.Object
travel.wink.sdk.booking.model.RawSupplierContractBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-09T12:27:44.749456540+07:00[Asia/Bangkok]")
public class RawSupplierContractBooker
extends Object
RawSupplierContractBooker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets supplierIdentifierType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContractItemListItem(RawSupplierContractItemBooker contractItemListItem) contractItemList(List<RawSupplierContractItemBooker> contractItemList) booleanexternalSupplierBookingCode(String externalSupplierBookingCode) externalTransactionIdentifier(String externalTransactionIdentifier) @NotNull @Valid @Size(min=1,max=2147483647) List<RawSupplierContractItemBooker>Get contractItemListGet externalSupplierBookingCodeGet externalTransactionIdentifier@Valid UUIDGet identifier@NotNull @Valid UUIDGet supplierIdentifierGet supplierIdentifierTypeinthashCode()identifier(UUID identifier) voidsetContractItemList(List<RawSupplierContractItemBooker> contractItemList) voidsetExternalSupplierBookingCode(String externalSupplierBookingCode) voidsetExternalTransactionIdentifier(String externalTransactionIdentifier) voidsetIdentifier(UUID identifier) voidsetSupplierIdentifier(UUID supplierIdentifier) voidsetSupplierIdentifierType(RawSupplierContractBooker.SupplierIdentifierTypeEnum supplierIdentifierType) supplierIdentifier(UUID supplierIdentifier) supplierIdentifierType(RawSupplierContractBooker.SupplierIdentifierTypeEnum supplierIdentifierType) toString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER_TYPE
- See Also:
-
JSON_PROPERTY_CONTRACT_ITEM_LIST
- See Also:
-
JSON_PROPERTY_EXTERNAL_SUPPLIER_BOOKING_CODE
- See Also:
-
JSON_PROPERTY_EXTERNAL_TRANSACTION_IDENTIFIER
- See Also:
-
-
Constructor Details
-
RawSupplierContractBooker
public RawSupplierContractBooker()
-
-
Method Details
-
identifier
-
getIdentifier
Get identifier- Returns:
- identifier
-
setIdentifier
-
supplierIdentifier
-
getSupplierIdentifier
Get supplierIdentifier- Returns:
- supplierIdentifier
-
setSupplierIdentifier
-
supplierIdentifierType
public RawSupplierContractBooker supplierIdentifierType(RawSupplierContractBooker.SupplierIdentifierTypeEnum supplierIdentifierType) -
getSupplierIdentifierType
@Nonnull @NotNull public @NotNull RawSupplierContractBooker.SupplierIdentifierTypeEnum getSupplierIdentifierType()Get supplierIdentifierType- Returns:
- supplierIdentifierType
-
setSupplierIdentifierType
public void setSupplierIdentifierType(RawSupplierContractBooker.SupplierIdentifierTypeEnum supplierIdentifierType) -
contractItemList
public RawSupplierContractBooker contractItemList(List<RawSupplierContractItemBooker> contractItemList) -
addContractItemListItem
public RawSupplierContractBooker addContractItemListItem(RawSupplierContractItemBooker contractItemListItem) -
getContractItemList
@Nonnull @NotNull @Valid @Size(min=1, max=2147483647) public @NotNull @Valid @Size(min=1,max=2147483647) List<RawSupplierContractItemBooker> getContractItemList()Get contractItemList- Returns:
- contractItemList
-
setContractItemList
-
externalSupplierBookingCode
-
getExternalSupplierBookingCode
Get externalSupplierBookingCode- Returns:
- externalSupplierBookingCode
-
setExternalSupplierBookingCode
-
externalTransactionIdentifier
public RawSupplierContractBooker externalTransactionIdentifier(String externalTransactionIdentifier) -
getExternalTransactionIdentifier
Get externalTransactionIdentifier- Returns:
- externalTransactionIdentifier
-
setExternalTransactionIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-