public class Callback extends Object
| Constructor and Description |
|---|
Callback() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCbid() |
String |
getCookie() |
GetRequest |
getGet() |
InvokeRequest |
getInvoke() |
SetRequest |
getSet() |
void |
setCbid(String cbid)
Sets the callback ID.
|
void |
setCookie(String cookie)
Sets the callback cookie.
|
void |
setGet(GetRequest get)
Sets the "get" request.
|
void |
setInvoke(InvokeRequest invoke)
Sets the invoke request.
|
void |
setSet(SetRequest set)
Sets the "set" request.
|
public String getCbid()
public void setCbid(String cbid)
cbid - The callback ID.public String getCookie()
public void setCookie(String cookie)
cookie - The cookiepublic InvokeRequest getInvoke()
public void setInvoke(InvokeRequest invoke)
invoke - The invoke request.public GetRequest getGet()
public void setGet(GetRequest get)
get - The "get" requestpublic SetRequest getSet()
public void setSet(SetRequest set)
set - The "set" requestCopyright © 2019. All rights reserved.