public class PollingWaitCallback extends AbstractCallback
_id, content, VALUE| Constructor and Description |
|---|
PollingWaitCallback() |
PollingWaitCallback(org.json.JSONObject raw,
int index)
Constructor for creating this Callback
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
The message which should be displayed to the user
|
java.lang.String |
getType()
Return the type of the Callback, the type name should align with the Callback type returned
from AM
|
java.lang.String |
getWaitTime()
The period of time in milliseconds that the client should wait before replying to this callback.
|
protected void |
setAttribute(java.lang.String name,
java.lang.Object value) |
get_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValuepublic PollingWaitCallback(org.json.JSONObject raw,
int index)
public PollingWaitCallback()
protected void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class AbstractCallbackpublic java.lang.String getType()
Callbackpublic java.lang.String getWaitTime()
public java.lang.String getMessage()