public class IvrCallRequest extends com.aliyuncs.RpcAcsRequest<IvrCallResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
IvrCallRequest.MenuKeyMap |
| Constructor and Description |
|---|
IvrCallRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByeCode() |
String |
getByeTtsParams() |
String |
getCalledNumber() |
String |
getCalledShowNumber() |
List<IvrCallRequest.MenuKeyMap> |
getMenuKeyMaps() |
String |
getOutId() |
Long |
getOwnerId() |
Long |
getPlayTimes() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<IvrCallResponse> |
getResponseClass() |
String |
getStartCode() |
String |
getStartTtsParams() |
Integer |
getTimeout() |
void |
setByeCode(String byeCode) |
void |
setByeTtsParams(String byeTtsParams) |
void |
setCalledNumber(String calledNumber) |
void |
setCalledShowNumber(String calledShowNumber) |
void |
setMenuKeyMaps(List<IvrCallRequest.MenuKeyMap> menuKeyMaps) |
void |
setOutId(String outId) |
void |
setOwnerId(Long ownerId) |
void |
setPlayTimes(Long playTimes) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setStartCode(String startCode) |
void |
setStartTtsParams(String startTtsParams) |
void |
setTimeout(Integer timeout) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestgetConnectTimeout, getContentTypeValue, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentString, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic String getByeCode()
public void setByeCode(String byeCode)
public List<IvrCallRequest.MenuKeyMap> getMenuKeyMaps()
public void setMenuKeyMaps(List<IvrCallRequest.MenuKeyMap> menuKeyMaps)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getStartTtsParams()
public void setStartTtsParams(String startTtsParams)
public Long getPlayTimes()
public void setPlayTimes(Long playTimes)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public String getStartCode()
public void setStartCode(String startCode)
public String getCalledNumber()
public void setCalledNumber(String calledNumber)
public String getCalledShowNumber()
public void setCalledShowNumber(String calledShowNumber)
public String getOutId()
public void setOutId(String outId)
public String getByeTtsParams()
public void setByeTtsParams(String byeTtsParams)
public Class<IvrCallResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<IvrCallResponse>Copyright © 2018. All Rights Reserved.