public class TemplateResponse extends Object implements Serializable
| 构造器和说明 |
|---|
TemplateResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDesc()
Gets desc.
|
long |
getErrcode()
Gets errcode.
|
String |
getErrmsg()
Gets errmsg.
|
String |
getTemplate_id()
Gets template id.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setErrcode(long errcode)
Sets errcode.
|
void |
setErrmsg(String errmsg)
Sets errmsg.
|
void |
setTemplate_id(String template_id)
Sets template id.
|
String |
toString() |
public long getErrcode()
public void setErrcode(long errcode)
errcode - the errcodepublic String getDesc()
public void setDesc(String desc)
desc - the descpublic String getErrmsg()
public void setErrmsg(String errmsg)
errmsg - the errmsgpublic String getTemplate_id()
public void setTemplate_id(String template_id)
template_id - the template idCopyright © 2018. All rights reserved.