@Stability(value=Experimental) @Internal public static final class StateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StateProps
StatePropssoftware.amazon.jsii.JsiiObject.InitializationModeStateProps.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.
|
protected |
Jsii$Proxy(StateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StateProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Event> |
getOnEnter()
(experimental) Specifies the events on enter.
|
List<Event> |
getOnExit()
(experimental) Specifies the events on exit.
|
List<Event> |
getOnInput()
(experimental) Specifies the events on input.
|
String |
getStateName()
(experimental) The name of the state.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(StateProps.Builder builder)
StateProps.Builder.public final String getStateName()
StatePropsgetStateName in interface StatePropspublic final 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 StatePropspublic final 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 StatePropspublic final 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.