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.