Class: InvalidStateTransitionMessage

remotemessage.InvalidStateTransitionMessage()

new InvalidStateTransitionMessage()

Source:

Extends

Methods

(static) InvalidStateTransitionMessage#getData() → {remotemessage.ExternalDeviceStateData}

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

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

Get the field value Detail message from the server.
Source:
Returns:
Type
String

(static) InvalidStateTransitionMessage#getRequestedTransition() → {String}

Get the field value
Source:
Returns:
Type
String

(static) InvalidStateTransitionMessage#getResult() → {remotemessage.ResultStatus}

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

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

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

(static) InvalidStateTransitionMessage#getSubstate() → {remotemessage.ExternalDeviceSubState}

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

(static) InvalidStateTransitionMessage#setData(data)

Set the field value
Parameters:
Name Type Description
data remotemessage.ExternalDeviceStateData
Source:

(static) InvalidStateTransitionMessage#setReason(reason)

Set the field value Detail message from the server.
Parameters:
Name Type Description
reason String
Source:

(static) InvalidStateTransitionMessage#setRequestedTransition(requestedTransition)

Set the field value
Parameters:
Name Type Description
requestedTransition String
Source:

(static) InvalidStateTransitionMessage#setResult(result)

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

(static) InvalidStateTransitionMessage#setState(state)

Set the field value
Parameters:
Name Type Description
state remotemessage.ExternalDeviceState
Source:

(static) InvalidStateTransitionMessage#setSubstate(substate)

Set the field value
Parameters:
Name Type Description
substate remotemessage.ExternalDeviceSubState
Source: