public interface IDeviceCreateRequest
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
Get comments associated with device.
|
java.util.List<IDeviceElementMapping> |
getDeviceElementMappings()
Get the list of device element mappings.
|
java.lang.String |
getHardwareId()
Get the unique device hardware id.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Get metadata values.
|
java.lang.String |
getParentHardwareId()
Get the parent hardware id (if nested).
|
java.lang.String |
getSiteToken()
Get the site token.
|
java.lang.String |
getSpecificationToken()
Get the device specification token.
|
DeviceStatus |
getStatus()
Get device status indicator.
|
java.lang.Boolean |
isRemoveParentHardwareId()
Indicates whether parent reference should be removed.
|
java.lang.String getHardwareId()
java.lang.String getSiteToken()
java.lang.String getSpecificationToken()
java.lang.String getParentHardwareId()
java.lang.Boolean isRemoveParentHardwareId()
java.util.List<IDeviceElementMapping> getDeviceElementMappings()
java.lang.String getComments()
DeviceStatus getStatus()
java.util.Map<java.lang.String,java.lang.String> getMetadata()