public class CreateAutoCalloutTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAutoCalloutTaskRequest() |
CreateAutoCalloutTaskRequest(CreateAutoCalloutTaskRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
CalleeAttribute[] |
getCalleeAttributes()
Get 被叫属性
|
String[] |
getCallees()
Get 被叫号码列表
|
String[] |
getCallers()
Get 主叫号码列表
|
String |
getDescription()
Get 任务描述
|
Long |
getIvrId()
Get 呼叫使用的Ivr
|
String |
getName()
Get 任务名
|
Long |
getNotAfter()
Get 任务停止时间戳,Unix 秒级时间戳
|
Long |
getNotBefore()
Get 任务起始时间戳,Unix 秒级时间戳
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
Long |
getTries()
Get 最大尝试次数
|
String |
getUUI()
Get UUI
|
Variable[] |
getVariables()
Get 自定义变量(仅高级版支持)
|
void |
setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
Set 被叫属性
|
void |
setCallees(String[] Callees)
Set 被叫号码列表
|
void |
setCallers(String[] Callers)
Set 主叫号码列表
|
void |
setDescription(String Description)
Set 任务描述
|
void |
setIvrId(Long IvrId)
Set 呼叫使用的Ivr
|
void |
setName(String Name)
Set 任务名
|
void |
setNotAfter(Long NotAfter)
Set 任务停止时间戳,Unix 秒级时间戳
|
void |
setNotBefore(Long NotBefore)
Set 任务起始时间戳,Unix 秒级时间戳
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setTries(Long Tries)
Set 最大尝试次数
|
void |
setUUI(String UUI)
Set UUI
|
void |
setVariables(Variable[] Variables)
Set 自定义变量(仅高级版支持)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAutoCalloutTaskRequest()
public CreateAutoCalloutTaskRequest(CreateAutoCalloutTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getNotBefore()
public void setNotBefore(Long NotBefore)
NotBefore
- 任务起始时间戳,Unix 秒级时间戳public String[] getCallees()
public void setCallees(String[] Callees)
Callees
- 被叫号码列表public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- 主叫号码列表public Long getIvrId()
public void setIvrId(Long IvrId)
IvrId
- 呼叫使用的Ivrpublic String getName()
public void setName(String Name)
Name
- 任务名public String getDescription()
public void setDescription(String Description)
Description
- 任务描述public Long getNotAfter()
public void setNotAfter(Long NotAfter)
NotAfter
- 任务停止时间戳,Unix 秒级时间戳public Long getTries()
public void setTries(Long Tries)
Tries
- 最大尝试次数public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- 自定义变量(仅高级版支持)public String getUUI()
public void setUUI(String UUI)
UUI
- UUIpublic CalleeAttribute[] getCalleeAttributes()
public void setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
CalleeAttributes
- 被叫属性Copyright © 2024. All rights reserved.