Class StaticSellerListItemView

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-08T16:31:43.015348+07:00[Asia/Bangkok]") public class StaticSellerListItemView extends Object
StaticSellerListItemView
  • Field Details

  • Constructor Details

    • StaticSellerListItemView

      public StaticSellerListItemView()
    • StaticSellerListItemView

      public StaticSellerListItemView(UUID id, OffsetDateTime createdDate, OffsetDateTime lastUpdate, Long version)
  • Method Details

    • getId

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

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

      @Nullable @Valid public @Valid OffsetDateTime 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
    • staticSellerListItem

      public StaticSellerListItemView staticSellerListItem(StaticSellerListItem staticSellerListItem)
    • getStaticSellerListItem

      @Nullable @Valid public @Valid StaticSellerListItem getStaticSellerListItem()
      Get staticSellerListItem
      Returns:
      staticSellerListItem
    • setStaticSellerListItem

      public void setStaticSellerListItem(StaticSellerListItem staticSellerListItem)
    • 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