public class MessageState extends LawState
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
action
The action.
|
java.lang.String |
args
The args.
|
java.lang.String |
domain
The domain.
|
java.lang.String |
type
The type.
|
| Constructor and Description |
|---|
MessageState()
Instantiates a new message state.
|