new ResetDeviceResponseMessage()
Extends
Methods
(static) ResetDeviceResponseMessage#getReason() → {String}
    Get the field value
May be populated when the operation fails.
Returns:
- Type
 - String
 
(static) ResetDeviceResponseMessage#getState() → {remotemessage.ExternalDeviceState}
    Get the field value
High level state of the connected device.
Returns:
(static) ResetDeviceResponseMessage#getStatus() → {remotemessage.ResultStatus}
    Get the field value
Returns:
(static) ResetDeviceResponseMessage#setReason(reason)
    Set the field value
May be populated when the operation fails.
    Parameters:
| Name | Type | Description | 
|---|---|---|
reason | 
            
            String | 
(static) ResetDeviceResponseMessage#setState(state)
    Set the field value
High level state of the connected device.
    Parameters:
| Name | Type | Description | 
|---|---|---|
state | 
            
            remotemessage.ExternalDeviceState | 
(static) ResetDeviceResponseMessage#setStatus(status)
    Set the field value
    Parameters:
| Name | Type | Description | 
|---|---|---|
status | 
            
            remotemessage.ResultStatus |