public class EntityInRoomResponseJson extends BaseJson
Constructor and Description |
---|
EntityInRoomResponseJson() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityCustomerGivenId() |
String |
getEntityDisplayedAddress()
The displayed address
|
String |
getEntityName()
The entity's name
|
String |
getEntityType()
The type of entity
|
String |
getEntityUUID()
Uuid of the entity
|
String |
getRoomRole() |
void |
setEntityCustomerGivenId(String entityCustomerGivenId) |
void |
setEntityDisplayedAddress(String entityDisplayedAddress)
The displayed address
|
void |
setEntityName(String entityName)
The entity's name
|
void |
setEntityType(String entityType)
The type of entity
|
void |
setEntityUUID(String entityUUID)
Uuid of the entity
|
void |
setRoomRole(String roomRole) |
getObjType, setObjType, toString
public String getEntityCustomerGivenId()
public void setEntityCustomerGivenId(String entityCustomerGivenId)
public String getEntityUUID()
public void setEntityUUID(String entityUUID)
entityUUID
- Uuid of the entitypublic String getEntityType()
public void setEntityType(String entityType)
entityType
- The type of entitypublic String getEntityName()
public void setEntityName(String entityName)
entityName
- The entity's namepublic String getEntityDisplayedAddress()
public void setEntityDisplayedAddress(String entityDisplayedAddress)
entityDisplayedAddress
- The displayed addresspublic String getRoomRole()
public void setRoomRole(String roomRole)
Copyright © 2019. All rights reserved.