public class SendDataRequest extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SendDataRequest.Node
The type Node.
|
| 构造器和说明 |
|---|
SendDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
HashMap<String,SendDataRequest.Node> |
getData()
Gets data.
|
String |
getTemplate_id()
Gets template id.
|
String |
getTouser()
Gets touser.
|
String |
getUrl()
Gets url.
|
void |
setData(HashMap<String,SendDataRequest.Node> data)
Sets data.
|
void |
setTemplate_id(String template_id)
Sets template id.
|
void |
setTouser(String touser)
Sets touser.
|
void |
setUrl(String url)
Sets url.
|
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the urlpublic String getTouser()
public String getTemplate_id()
public HashMap<String,SendDataRequest.Node> getData()
public void setTouser(String touser)
touser - the touserpublic void setTemplate_id(String template_id)
template_id - the template idpublic void setData(HashMap<String,SendDataRequest.Node> data)
data - the dataCopyright © 2018. All rights reserved.