@Deprecated public class DtmfRequest extends AbstractRequestModel<DtmfResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
cno
已过时。
座席工号,4-6 位数字
|
private String |
digits
已过时。
按键值,数字类型的字符串,最大20位,如:0123
|
private String |
direction
已过时。
发送按键方向,取值范围:in、out、all
|
private Integer |
duration
已过时。
按键持续毫秒数,取值100-500之间,默认值100
|
private Integer |
gap
已过时。
按键之间间隔毫秒数,取值250-1000之间,默认值250
|
fileMap, model| 构造器和说明 |
|---|
DtmfRequest()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCno()
已过时。
|
String |
getDigits()
已过时。
|
String |
getDirection()
已过时。
|
Integer |
getDuration()
已过时。
|
Integer |
getGap()
已过时。
|
Class<DtmfResponse> |
getResponseClass()
已过时。
获取响应对象
|
void |
setCno(String cno)
已过时。
|
void |
setDigits(String digits)
已过时。
|
void |
setDirection(String direction)
已过时。
|
void |
setDuration(Integer duration)
已过时。
|
void |
setGap(Integer gap)
已过时。
|
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String cno
private String digits
private String direction
private Integer duration
private Integer gap
public String getCno()
public void setCno(String cno)
public String getDigits()
public void setDigits(String digits)
public String getDirection()
public void setDirection(String direction)
public Integer getDuration()
public void setDuration(Integer duration)
public Integer getGap()
public void setGap(Integer gap)
public Class<DtmfResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<DtmfResponse>Copyright © 2024. All rights reserved.