@Deprecated public class StateImpl extends Object implements State
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Deprecated.
comment
|
Map<String,Object> |
getExtensions()
Deprecated.
extension properties
|
String |
getName()
Deprecated.
name
|
String |
getNext()
Deprecated.
next state name
|
StateMachine |
getStateMachine()
Deprecated.
state machine instance
|
StateType |
getType()
Deprecated.
type
|
State |
unwrap()
Deprecated.
Unwrap org . apache . seata . saga . statelang . domain . state.
|
static StateImpl |
wrap(State target)
Deprecated.
Wrap state.
|
public String getComment()
StategetComment in interface Statepublic String getNext()
Statepublic Map<String,Object> getExtensions()
StategetExtensions in interface Statepublic StateMachine getStateMachine()
StategetStateMachine in interface Statepublic static StateImpl wrap(State target)
target - the targetpublic State unwrap()
Copyright © 2025 Apache. All rights reserved.