Class V2RoomDetail

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-09-12T12:09:08.197490749Z[Etc/UTC]") public class V2RoomDetail extends Object
V2RoomDetail
  • Field Details

  • Constructor Details

    • V2RoomDetail

      public V2RoomDetail()
  • Method Details

    • roomAttributes

      public V2RoomDetail roomAttributes(V2RoomAttributes roomAttributes)
    • getRoomAttributes

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

      public void setRoomAttributes(V2RoomAttributes roomAttributes)
    • roomSystemInfo

      public V2RoomDetail roomSystemInfo(RoomSystemInfo roomSystemInfo)
    • getRoomSystemInfo

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

      public void setRoomSystemInfo(RoomSystemInfo roomSystemInfo)
    • equals

      public boolean equals(Object o)
      Return true if this V2RoomDetail 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