Class RestaurantViewSupplier

java.lang.Object
travel.wink.sdk.extranet.model.RestaurantViewSupplier

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-16T10:18:27.744667752+07:00[Asia/Bangkok]") public class RestaurantViewSupplier extends Object
RestaurantViewSupplier
  • Field Details

  • Constructor Details

    • RestaurantViewSupplier

      public RestaurantViewSupplier()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • createdDate

      public RestaurantViewSupplier 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 RestaurantViewSupplier 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 RestaurantViewSupplier 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)
    • restaurant

      public RestaurantViewSupplier restaurant(RestaurantSupplier restaurant)
    • getRestaurant

      @Nullable @Valid public @Valid RestaurantSupplier getRestaurant()
      Get restaurant
      Returns:
      restaurant
    • setRestaurant

      public void setRestaurant(RestaurantSupplier restaurant)
    • featuredImageIdentifier

      public RestaurantViewSupplier featuredImageIdentifier(String featuredImageIdentifier)
    • getFeaturedImageIdentifier

      @Nullable public String getFeaturedImageIdentifier()
      Get featuredImageIdentifier
      Returns:
      featuredImageIdentifier
    • setFeaturedImageIdentifier

      public void setFeaturedImageIdentifier(String featuredImageIdentifier)
    • 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