public static class MessageData.MessageState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
is_problem_state |
int |
state
An int representation of the MessageState
|
java.lang.String |
state_description
A description of this MessageState
|
Constructor and Description |
---|
MessageData.MessageState(int state,
java.lang.String description,
boolean is_problem_state)
Constructor for MessageState
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
toString
|
public final int state
public final java.lang.String state_description
public final boolean is_problem_state