Class: ResetDeviceResponseMessage

remotemessage.ResetDeviceResponseMessage()

new ResetDeviceResponseMessage()

Source:

Extends

Methods

(static) ResetDeviceResponseMessage#getReason() → {String}

Get the field value May be populated when the operation fails.
Source:
Returns:
Type
String

(static) ResetDeviceResponseMessage#getState() → {remotemessage.ExternalDeviceState}

Get the field value High level state of the connected device.
Source:
Returns:
Type
remotemessage.ExternalDeviceState

(static) ResetDeviceResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value
Source:
Returns:
Type
remotemessage.ResultStatus

(static) ResetDeviceResponseMessage#setReason(reason)

Set the field value May be populated when the operation fails.
Parameters:
Name Type Description
reason String
Source:

(static) ResetDeviceResponseMessage#setState(state)

Set the field value High level state of the connected device.
Parameters:
Name Type Description
state remotemessage.ExternalDeviceState
Source:

(static) ResetDeviceResponseMessage#setStatus(status)

Set the field value
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: