new RetrieveDeviceStatusResponseMessage()
Extends
Methods
(static) RetrieveDeviceStatusResponseMessage#getData() → {remotemessage.ExternalDeviceStateData}
Get the field value
Additional data elements supplementing the state of the connected device.
Returns:
(static) RetrieveDeviceStatusResponseMessage#getReason() → {String}
Get the field value
May be populated when the operation fails.
Returns:
- Type
- String
(static) RetrieveDeviceStatusResponseMessage#getState() → {remotemessage.ExternalDeviceState}
Get the field value
High level state of the connected device.
Returns:
(static) RetrieveDeviceStatusResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) RetrieveDeviceStatusResponseMessage#getSubstate() → {remotemessage.ExternalDeviceSubState}
Get the field value
Substate of the connected device.
Returns:
(static) RetrieveDeviceStatusResponseMessage#setData(data)
Set the field value
Additional data elements supplementing the state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
data |
remotemessage.ExternalDeviceStateData |
(static) RetrieveDeviceStatusResponseMessage#setReason(reason)
Set the field value
May be populated when the operation fails.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) RetrieveDeviceStatusResponseMessage#setState(state)
Set the field value
High level state of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
state |
remotemessage.ExternalDeviceState |
(static) RetrieveDeviceStatusResponseMessage#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |
(static) RetrieveDeviceStatusResponseMessage#setSubstate(substate)
Set the field value
Substate of the connected device.
Parameters:
Name | Type | Description |
---|---|---|
substate |
remotemessage.ExternalDeviceSubState |