Package travel.wink.sdk.affiliate.model
Class SyndicationEntryAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.SyndicationEntryAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:56:12.826510019+07:00[Asia/Bangkok]")
public class SyndicationEntryAffiliate
extends Object
SyndicationEntryAffiliate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe syndication entry type -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAudioListItem(OpenGraphMediaAffiliate audioListItem) addImageListItem(OpenGraphMediaAffiliate imageListItem) addMetadataItem(KeyValuePairAffiliate metadataItem) addTagsItem(KeyValuePairAffiliate tagsItem) addVideoListItem(OpenGraphMediaAffiliate videoListItem) audioList(List<OpenGraphMediaAffiliate> audioList) contentUrl(String contentUrl) createdDate(LocalDateTime createdDate) description(String description) boolean@Valid List<OpenGraphMediaAffiliate> The audio list@NotNull StringThe url of this entryDatetime this record was first created@NotNull StringThe description of this entrygetId()Document UUID@NotNull @Valid List<OpenGraphMediaAffiliate> The image listDatetime this record was last updated@Valid SimpleMultimediaAffiliategetMedia()Get media@Valid List<KeyValuePairAffiliate> Extended metadata@NotNull StringThe open graph content type@NotNull @Valid UUIDThe user's owner company this entry associates with@NotNull IntegergetSort()How the author wants this entry to get sorted@Valid List<KeyValuePairAffiliate> getTags()Optional user categories@NotNull StringgetTitle()The title of this entry@NotNull SyndicationEntryAffiliate.TypeEnumgetType()The syndication entry type@NotNull @Valid UUIDCreator of entryVersion property that shows how many times this document has been persisted.@Valid List<OpenGraphMediaAffiliate> The video listinthashCode()imageList(List<OpenGraphMediaAffiliate> imageList) lastUpdate(LocalDateTime lastUpdate) media(SimpleMultimediaAffiliate media) metadata(List<KeyValuePairAffiliate> metadata) ownerIdentifier(UUID ownerIdentifier) voidsetAudioList(List<OpenGraphMediaAffiliate> audioList) voidsetContentUrl(String contentUrl) voidsetCreatedDate(LocalDateTime createdDate) voidsetDescription(String description) voidvoidsetImageList(List<OpenGraphMediaAffiliate> imageList) voidsetLastUpdate(LocalDateTime lastUpdate) voidvoidsetMetadata(List<KeyValuePairAffiliate> metadata) voidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidvoidsetTags(List<KeyValuePairAffiliate> tags) voidvoidvoidsetUserIdentifier(UUID userIdentifier) voidsetVersion(Long version) voidsetVideoList(List<OpenGraphMediaAffiliate> videoList) tags(List<KeyValuePairAffiliate> tags) toString()userIdentifier(UUID userIdentifier) videoList(List<OpenGraphMediaAffiliate> videoList)
-
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_CONTENT_URL
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_IMAGE_LIST
- See Also:
-
JSON_PROPERTY_VIDEO_LIST
- See Also:
-
JSON_PROPERTY_AUDIO_LIST
- See Also:
-
JSON_PROPERTY_METADATA
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_OG_TYPE
- See Also:
-
JSON_PROPERTY_TAGS
- See Also:
-
JSON_PROPERTY_MEDIA
- See Also:
-
-
Constructor Details
-
SyndicationEntryAffiliate
public SyndicationEntryAffiliate()
-
-
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
-
contentUrl
-
getContentUrl
The url of this entry- Returns:
- contentUrl
-
setContentUrl
-
sort
-
getSort
How the author wants this entry to get sorted- Returns:
- sort
-
setSort
-
type
-
getType
The syndication entry type- Returns:
- type
-
setType
-
imageList
-
addImageListItem
-
getImageList
The image list- Returns:
- imageList
-
setImageList
-
videoList
-
addVideoListItem
-
getVideoList
The video list- Returns:
- videoList
-
setVideoList
-
audioList
-
addAudioListItem
-
getAudioList
The audio list- Returns:
- audioList
-
setAudioList
-
metadata
-
addMetadataItem
-
getMetadata
Extended metadata- Returns:
- metadata
-
setMetadata
-
title
-
getTitle
The title of this entry- Returns:
- title
-
setTitle
-
description
-
getDescription
The description of this entry- Returns:
- description
-
setDescription
-
ogType
-
getOgType
The open graph content type- Returns:
- ogType
-
setOgType
-
tags
-
addTagsItem
-
getTags
Optional user categories- Returns:
- tags
-
setTags
-
media
-
getMedia
Get media- Returns:
- media
-
setMedia
-
equals
-
hashCode
public int hashCode() -
toString
-