Class DynamicSellerListViewAffiliate

java.lang.Object
travel.wink.sdk.affiliate.model.DynamicSellerListViewAffiliate

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-21T14:56:12.826510019+07:00[Asia/Bangkok]") public class DynamicSellerListViewAffiliate extends Object
DynamicSellerListViewAffiliate
  • Field Details

  • Constructor Details

    • DynamicSellerListViewAffiliate

      public DynamicSellerListViewAffiliate()
    • DynamicSellerListViewAffiliate

      public DynamicSellerListViewAffiliate(UUID id, LocalDateTime createdDate, LocalDateTime lastUpdate, Long version)
  • Method Details

    • getId

      @Nullable @Valid public @Valid UUID getId()
      Unique document identifier
      Returns:
      id
    • getCreatedDate

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

      @Nullable @Valid public LocalDateTime getLastUpdate()
      Datetime this record was last updated
      Returns:
      lastUpdate
    • 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
    • dynamicSellerList

      public DynamicSellerListViewAffiliate dynamicSellerList(DynamicSellerListAffiliate dynamicSellerList)
    • getDynamicSellerList

      @Nullable @Valid public @Valid DynamicSellerListAffiliate getDynamicSellerList()
      Get dynamicSellerList
      Returns:
      dynamicSellerList
    • setDynamicSellerList

      public void setDynamicSellerList(DynamicSellerListAffiliate dynamicSellerList)
    • 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