Class RoomTag


  • public class RoomTag
    extends Object
    Room Tag object. A key:value pair describing additional properties of the room.
    • Constructor Detail

      • RoomTag

        public RoomTag()
    • Method Detail

      • getKey

        public String getKey()
        A unique label of the Tag.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
        The value of this Tag's label.
        Returns:
        value
      • setValue

        public void setValue​(String value)