Class MeetingRoomView

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T12:37:26.819025+07:00[Asia/Bangkok]") public class MeetingRoomView extends Object
MeetingRoomView
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      @Nullable public String 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
    • meetingRoom

      public MeetingRoomView meetingRoom(MeetingRoom meetingRoom)
    • getMeetingRoom

      @Nonnull @NotNull @Valid public @NotNull @Valid MeetingRoom getMeetingRoom()
      Get meetingRoom
      Returns:
      meetingRoom
    • setMeetingRoom

      public void setMeetingRoom(MeetingRoom meetingRoom)
    • featuredImageIdentifier

      public MeetingRoomView 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