Class RoomDetail

java.lang.Object
com.symphony.bdk.gen.api.model.RoomDetail

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class RoomDetail extends Object
RoomDetail
  • Field Details

  • Constructor Details

    • RoomDetail

      public RoomDetail()
  • Method Details

    • roomAttributes

      public RoomDetail roomAttributes(RoomAttributes roomAttributes)
    • getRoomAttributes

      @Nullable public RoomAttributes getRoomAttributes()
      Get roomAttributes
      Returns:
      roomAttributes
    • setRoomAttributes

      public void setRoomAttributes(RoomAttributes roomAttributes)
    • roomSystemInfo

      public RoomDetail roomSystemInfo(RoomSystemInfo roomSystemInfo)
    • getRoomSystemInfo

      @Nullable public RoomSystemInfo getRoomSystemInfo()
      Get roomSystemInfo
      Returns:
      roomSystemInfo
    • setRoomSystemInfo

      public void setRoomSystemInfo(RoomSystemInfo roomSystemInfo)
    • immutableRoomAttributes

      public RoomDetail immutableRoomAttributes(ImmutableRoomAttributes immutableRoomAttributes)
    • getImmutableRoomAttributes

      @Nullable public ImmutableRoomAttributes getImmutableRoomAttributes()
      Get immutableRoomAttributes
      Returns:
      immutableRoomAttributes
    • setImmutableRoomAttributes

      public void setImmutableRoomAttributes(ImmutableRoomAttributes immutableRoomAttributes)
    • equals

      public boolean equals(Object o)
      Return true if this RoomDetail object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object