public class DeviceGroup extends MetadataProviderEntity implements IDeviceGroup, java.io.Serializable
| Constructor and Description | 
|---|
| DeviceGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeviceGroup | copy(IDeviceGroup input) | 
| java.lang.String | getDescription()Get the group description. | 
| java.lang.String | getName()Get the group name. | 
| java.util.List<java.lang.String> | getRoles()Get list of roles associated with element. | 
| java.lang.String | getToken()Get the unique group token. | 
| void | setDescription(java.lang.String description) | 
| void | setName(java.lang.String name) | 
| void | setRoles(java.util.List<java.lang.String> roles) | 
| void | setToken(java.lang.String token) | 
copy, getCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeleted, setCreatedBy, setCreatedDate, setDeleted, setUpdatedBy, setUpdatedDateaddOrReplaceMetadata, clearMetadata, copy, copy, getMetadata, getMetadata, removeMetadata, setMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddOrReplaceMetadata, clearMetadata, getMetadata, getMetadata, removeMetadatagetCreatedBy, getCreatedDate, getUpdatedBy, getUpdatedDate, isDeletedpublic java.lang.String getToken()
IDeviceGroupgetToken in interface IDeviceGrouppublic void setToken(java.lang.String token)
public java.lang.String getName()
IDeviceGroupgetName in interface IDeviceGrouppublic void setName(java.lang.String name)
public java.lang.String getDescription()
IDeviceGroupgetDescription in interface IDeviceGrouppublic void setDescription(java.lang.String description)
public java.util.List<java.lang.String> getRoles()
IDeviceGroupgetRoles in interface IDeviceGrouppublic void setRoles(java.util.List<java.lang.String> roles)
public static DeviceGroup copy(IDeviceGroup input) throws SiteWhereException
SiteWhereException