public static final class StateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StateProps
StateProps
StateProps.Builder, StateProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<Event> |
getOnEnter()
(experimental) Specifies the events on enter.
|
java.util.List<Event> |
getOnExit()
(experimental) Specifies the events on exit.
|
java.util.List<Event> |
getOnInput()
(experimental) Specifies the events on input.
|
java.lang.String |
getStateName()
(experimental) The name of the state.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getStateName()
StateProps
getStateName
in interface StateProps
public final java.util.List<Event> getOnEnter()
StateProps
The conditions of the events will be evaluated when entering this state.
If the condition of the event evaluates to true
, the actions of the event will be executed.
Default: - no events will trigger on entering this state
getOnEnter
in interface StateProps
public final java.util.List<Event> getOnExit()
StateProps
The conditions of the events are evaluated when an exiting this state.
If the condition evaluates to true
, the actions of the event will be executed.
Default: - no events will trigger on exiting this state
getOnExit
in interface StateProps
public final java.util.List<Event> getOnInput()
StateProps
The conditions of the events will be evaluated when any input is received.
If the condition of the event evaluates to true
, the actions of the event will be executed.
Default: - no events will trigger on input in this state
getOnInput
in interface StateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()