public class Representation.Status extends Object
Constructor and Description |
---|
Status(JsonObject members)
Construct a status object for a representation.
|
Modifier and Type | Method and Description |
---|---|
String |
getState()
A string with one of the following values: 'none', 'pending', 'viewable', 'error' and 'success'.
|
public Status(JsonObject members)
members
- of status objectpublic String getState()