Package travel.wink.sdk.extranet.model
Class RateModifierBundleViewSupplier
java.lang.Object
travel.wink.sdk.extranet.model.RateModifierBundleViewSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-24T16:36:44.138518294+07:00[Asia/Bangkok]")
public class RateModifierBundleViewSupplier
extends Object
RateModifierBundleViewSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(LocalDateTime createdDate) booleanDatetime this record was first createdgetId()Document UUIDDatetime this record was last updated@NotNull @Valid RateModifierBundleSupplierGet rateModifierBundleVersion property that shows how many times this document has been persisted.inthashCode()lastUpdate(LocalDateTime lastUpdate) rateModifierBundle(RateModifierBundleSupplier rateModifierBundle) voidsetCreatedDate(LocalDateTime createdDate) voidvoidsetLastUpdate(LocalDateTime lastUpdate) voidsetRateModifierBundle(RateModifierBundleSupplier rateModifierBundle) voidsetVersion(Long version) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CREATED_DATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_RATE_MODIFIER_BUNDLE
- See Also:
-
-
Constructor Details
-
RateModifierBundleViewSupplier
public RateModifierBundleViewSupplier()
-
-
Method Details
-
id
-
getId
Document UUID- Returns:
- id
-
setId
-
createdDate
-
getCreatedDate
Datetime this record was first created- Returns:
- createdDate
-
setCreatedDate
-
lastUpdate
-
getLastUpdate
Datetime this record was last updated- Returns:
- lastUpdate
-
setLastUpdate
-
version
-
getVersion
Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.- Returns:
- version
-
setVersion
-
rateModifierBundle
public RateModifierBundleViewSupplier rateModifierBundle(RateModifierBundleSupplier rateModifierBundle) -
getRateModifierBundle
Get rateModifierBundle- Returns:
- rateModifierBundle
-
setRateModifierBundle
-
equals
-
hashCode
public int hashCode() -
toString
-