Class EntityInRoomResponseJson

  • All Implemented Interfaces:
    Serializable

    public class EntityInRoomResponseJson
    extends BaseJson
    Response when querying about entities in a workspace
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityInRoomResponseJson

        public EntityInRoomResponseJson()
    • Method Detail

      • getEntityCustomerGivenId

        public String getEntityCustomerGivenId()
      • setEntityCustomerGivenId

        public void setEntityCustomerGivenId​(String entityCustomerGivenId)
      • getEntityUUID

        public String getEntityUUID()
        Uuid of the entity
        Returns:
        Uuid of the entity
      • setEntityUUID

        public void setEntityUUID​(String entityUUID)
        Uuid of the entity
        Parameters:
        entityUUID - Uuid of the entity
      • getEntityType

        public String getEntityType()
        The type of entity
        Returns:
        The type of entity
      • setEntityType

        public void setEntityType​(String entityType)
        The type of entity
        Parameters:
        entityType - The type of entity
      • getEntityName

        public String getEntityName()
        The entity's name
        Returns:
        The entity's name
      • setEntityName

        public void setEntityName​(String entityName)
        The entity's name
        Parameters:
        entityName - The entity's name
      • getEntityDisplayedAddress

        public String getEntityDisplayedAddress()
        The displayed address
        Returns:
        The displayed address
      • setEntityDisplayedAddress

        public void setEntityDisplayedAddress​(String entityDisplayedAddress)
        The displayed address
        Parameters:
        entityDisplayedAddress - The displayed address
      • getRoomRole

        public String getRoomRole()
      • setRoomRole

        public void setRoomRole​(String roomRole)