Package travel.wink.sdk.affiliate.model
Class SyndicationSettingsAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.SyndicationSettingsAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:56:12.826510019+07:00[Asia/Bangkok]")
public class SyndicationSettingsAffiliate
extends Object
SyndicationSettingsAffiliate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(LocalDateTime createdDate) booleanDatetime this record was first createdgetId()Document UUID@NotNull BooleanWhether to treat all links as flat web links or try to embed more advanced data.Datetime this record was last updated@NotNull @Valid UUIDThe user's owner company this entry associates with@NotNull @Valid UUIDCreator of entryVersion property that shows how many times this document has been persisted.inthashCode()intelligent(Boolean intelligent) lastUpdate(LocalDateTime lastUpdate) ownerIdentifier(UUID ownerIdentifier) voidsetCreatedDate(LocalDateTime createdDate) voidvoidsetIntelligent(Boolean intelligent) voidsetLastUpdate(LocalDateTime lastUpdate) voidsetOwnerIdentifier(UUID ownerIdentifier) voidsetUserIdentifier(UUID userIdentifier) voidsetVersion(Long version) toString()userIdentifier(UUID userIdentifier)
-
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_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_INTELLIGENT
- See Also:
-
-
Constructor Details
-
SyndicationSettingsAffiliate
public SyndicationSettingsAffiliate()
-
-
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
-
userIdentifier
-
getUserIdentifier
Creator of entry- Returns:
- userIdentifier
-
setUserIdentifier
-
ownerIdentifier
-
getOwnerIdentifier
The user's owner company this entry associates with- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
intelligent
-
getIntelligent
Whether to treat all links as flat web links or try to embed more advanced data.- Returns:
- intelligent
-
setIntelligent
-
equals
-
hashCode
public int hashCode() -
toString
-