new InvalidStateTransitionMessage()
Extends
Methods
(static) InvalidStateTransitionMessage#getData() → {remotemessage.ExternalDeviceStateData}
Get the field value
Returns:
(static) InvalidStateTransitionMessage#getReason() → {String}
Get the field value
Detail message from the server.
Returns:
- Type
- String
(static) InvalidStateTransitionMessage#getRequestedTransition() → {String}
Get the field value
Returns:
- Type
- String
(static) InvalidStateTransitionMessage#getResult() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) InvalidStateTransitionMessage#getState() → {remotemessage.ExternalDeviceState}
Get the field value
Returns:
(static) InvalidStateTransitionMessage#getSubstate() → {remotemessage.ExternalDeviceSubState}
Get the field value
Returns:
(static) InvalidStateTransitionMessage#setData(data)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
data |
remotemessage.ExternalDeviceStateData |
(static) InvalidStateTransitionMessage#setReason(reason)
Set the field value
Detail message from the server.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) InvalidStateTransitionMessage#setRequestedTransition(requestedTransition)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
requestedTransition |
String |
(static) InvalidStateTransitionMessage#setResult(result)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
result |
remotemessage.ResultStatus |
(static) InvalidStateTransitionMessage#setState(state)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
state |
remotemessage.ExternalDeviceState |
(static) InvalidStateTransitionMessage#setSubstate(substate)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
substate |
remotemessage.ExternalDeviceSubState |