public class SymRoomSystemInfo
extends java.lang.Object
Constructor and Description |
---|
SymRoomSystemInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getActive() |
java.lang.Long |
getCreatedByUserId() |
java.lang.Long |
getCreationDate() |
java.lang.String |
getId() |
void |
setActive(java.lang.Boolean active) |
void |
setCreatedByUserId(java.lang.Long createdByUserId) |
void |
setCreationDate(java.lang.Long creationDate) |
void |
setId(java.lang.String id) |
static SymRoomSystemInfo |
toSymRoomSystemInfo(org.symphonyoss.symphony.pod.model.RoomSystemInfo roomSystemInfo) |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.Long getCreationDate()
public void setCreationDate(java.lang.Long creationDate)
public java.lang.Long getCreatedByUserId()
public void setCreatedByUserId(java.lang.Long createdByUserId)
public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
public static SymRoomSystemInfo toSymRoomSystemInfo(org.symphonyoss.symphony.pod.model.RoomSystemInfo roomSystemInfo)