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 Details

  • Constructor Details

    • SyndicationSettingsAffiliate

      public SyndicationSettingsAffiliate()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      Document UUID
      Returns:
      id
    • setId

      public void setId(String id)
    • createdDate

      public SyndicationSettingsAffiliate createdDate(LocalDateTime createdDate)
    • getCreatedDate

      @Nullable @Valid public LocalDateTime getCreatedDate()
      Datetime this record was first created
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(LocalDateTime createdDate)
    • lastUpdate

      public SyndicationSettingsAffiliate lastUpdate(LocalDateTime lastUpdate)
    • getLastUpdate

      @Nullable @Valid public LocalDateTime getLastUpdate()
      Datetime this record was last updated
      Returns:
      lastUpdate
    • setLastUpdate

      public void setLastUpdate(LocalDateTime lastUpdate)
    • version

      public SyndicationSettingsAffiliate version(Long version)
    • getVersion

      @Nullable public Long 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

      public void setVersion(Long version)
    • userIdentifier

      public SyndicationSettingsAffiliate userIdentifier(UUID userIdentifier)
    • getUserIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getUserIdentifier()
      Creator of entry
      Returns:
      userIdentifier
    • setUserIdentifier

      public void setUserIdentifier(UUID userIdentifier)
    • ownerIdentifier

      public SyndicationSettingsAffiliate ownerIdentifier(UUID ownerIdentifier)
    • getOwnerIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getOwnerIdentifier()
      The user's owner company this entry associates with
      Returns:
      ownerIdentifier
    • setOwnerIdentifier

      public void setOwnerIdentifier(UUID ownerIdentifier)
    • intelligent

      public SyndicationSettingsAffiliate intelligent(Boolean intelligent)
    • getIntelligent

      @Nonnull @NotNull public @NotNull Boolean getIntelligent()
      Whether to treat all links as flat web links or try to embed more advanced data.
      Returns:
      intelligent
    • setIntelligent

      public void setIntelligent(Boolean intelligent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object