public class SmsSendRequest extends AbstractRequestModel<SmsSendResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
adminUsername
管理员用户名
|
private String |
cno
座席号-座席号必须为4-6位数字
|
private String |
content
发送短信内容
|
private Integer |
customerId
需要关联的客户资料id
|
private String |
tel
电话
|
fileMap, model| 构造器和说明 |
|---|
SmsSendRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAdminUsername() |
String |
getCno() |
String |
getContent() |
Integer |
getCustomerId() |
Class<SmsSendResponse> |
getResponseClass()
获取响应对象
|
String |
getTel() |
void |
setAdminUsername(String adminUsername) |
void |
setCno(String cno) |
void |
setContent(String content) |
void |
setCustomerId(Integer customerId) |
void |
setTel(String tel) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String cno
private String adminUsername
private String tel
private String content
private Integer customerId
public Class<SmsSendResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<SmsSendResponse>public String getCno()
public void setCno(String cno)
public String getAdminUsername()
public void setAdminUsername(String adminUsername)
public String getTel()
public void setTel(String tel)
public String getContent()
public void setContent(String content)
public Integer getCustomerId()
public void setCustomerId(Integer customerId)
Copyright © 2024. All rights reserved.