@Deprecated public class OnlineRequest extends AbstractRequestModel<OnlineResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
bindTel
已过时。
绑定电话
|
private Integer |
bindType
已过时。
电话类型,1:电话;2:分机;3:软电话
|
private String |
cno
已过时。
座席工号,4-6 位数字
|
private String |
decription
已过时。
状态描述,当status为2时需要给定参数值,描述需包含在企业自定义的置忙状态内
|
private Integer |
status
已过时。
登录状态,1:空闲;2:置忙,默认值为1
|
fileMap, model| 构造器和说明 |
|---|
OnlineRequest()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindTel()
已过时。
|
Integer |
getBindType()
已过时。
|
String |
getCno()
已过时。
|
String |
getDecription()
已过时。
|
Class<OnlineResponse> |
getResponseClass()
已过时。
获取响应对象
|
Integer |
getStatus()
已过时。
|
void |
setBindTel(String bindTel)
已过时。
|
void |
setBindType(Integer bindType)
已过时。
|
void |
setCno(String cno)
已过时。
|
void |
setDecription(String decription)
已过时。
|
void |
setStatus(Integer status)
已过时。
|
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String cno
private Integer bindType
private String bindTel
private Integer status
private String decription
public String getCno()
public void setCno(String cno)
public Integer getBindType()
public void setBindType(Integer bindType)
public String getBindTel()
public void setBindTel(String bindTel)
public Integer getStatus()
public void setStatus(Integer status)
public String getDecription()
public void setDecription(String decription)
public Class<OnlineResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<OnlineResponse>Copyright © 2024. All rights reserved.