Class CreateAutoCalloutTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CreateAutoCalloutTaskRequest
-
public class CreateAutoCalloutTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalleeAttribute[]getCalleeAttributes()Get 被叫属性String[]getCallees()Get 被叫号码列表String[]getCallers()Get 主叫号码列表StringgetDescription()Get 任务描述LonggetIvrId()Get 呼叫使用的IvrStringgetName()Get 任务名LonggetNotAfter()Get 任务停止时间戳,Unix 秒级时间戳LonggetNotBefore()Get 任务起始时间戳,Unix 秒级时间戳LonggetSdkAppId()Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccLonggetTries()Get 最大尝试次数StringgetUUI()Get UUIVariable[]getVariables()Get 自定义变量(仅高级版支持)voidsetCalleeAttributes(CalleeAttribute[] CalleeAttributes)Set 被叫属性voidsetCallees(String[] Callees)Set 被叫号码列表voidsetCallers(String[] Callers)Set 主叫号码列表voidsetDescription(String Description)Set 任务描述voidsetIvrId(Long IvrId)Set 呼叫使用的IvrvoidsetName(String Name)Set 任务名voidsetNotAfter(Long NotAfter)Set 任务停止时间戳,Unix 秒级时间戳voidsetNotBefore(Long NotBefore)Set 任务起始时间戳,Unix 秒级时间戳voidsetSdkAppId(Long SdkAppId)Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccvoidsetTries(Long Tries)Set 最大尝试次数voidsetUUI(String UUI)Set UUIvoidsetVariables(Variable[] Variables)Set 自定义变量(仅高级版支持)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateAutoCalloutTaskRequest
public CreateAutoCalloutTaskRequest()
-
CreateAutoCalloutTaskRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Returns:
- SdkAppId 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc- Parameters:
SdkAppId- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
-
getNotBefore
public Long getNotBefore()
Get 任务起始时间戳,Unix 秒级时间戳- Returns:
- NotBefore 任务起始时间戳,Unix 秒级时间戳
-
setNotBefore
public void setNotBefore(Long NotBefore)
Set 任务起始时间戳,Unix 秒级时间戳- Parameters:
NotBefore- 任务起始时间戳,Unix 秒级时间戳
-
getCallees
public String[] getCallees()
Get 被叫号码列表- Returns:
- Callees 被叫号码列表
-
setCallees
public void setCallees(String[] Callees)
Set 被叫号码列表- Parameters:
Callees- 被叫号码列表
-
getCallers
public String[] getCallers()
Get 主叫号码列表- Returns:
- Callers 主叫号码列表
-
setCallers
public void setCallers(String[] Callers)
Set 主叫号码列表- Parameters:
Callers- 主叫号码列表
-
getIvrId
public Long getIvrId()
Get 呼叫使用的Ivr- Returns:
- IvrId 呼叫使用的Ivr
-
setIvrId
public void setIvrId(Long IvrId)
Set 呼叫使用的Ivr- Parameters:
IvrId- 呼叫使用的Ivr
-
getName
public String getName()
Get 任务名- Returns:
- Name 任务名
-
setName
public void setName(String Name)
Set 任务名- Parameters:
Name- 任务名
-
getDescription
public String getDescription()
Get 任务描述- Returns:
- Description 任务描述
-
setDescription
public void setDescription(String Description)
Set 任务描述- Parameters:
Description- 任务描述
-
getNotAfter
public Long getNotAfter()
Get 任务停止时间戳,Unix 秒级时间戳- Returns:
- NotAfter 任务停止时间戳,Unix 秒级时间戳
-
setNotAfter
public void setNotAfter(Long NotAfter)
Set 任务停止时间戳,Unix 秒级时间戳- Parameters:
NotAfter- 任务停止时间戳,Unix 秒级时间戳
-
getTries
public Long getTries()
Get 最大尝试次数- Returns:
- Tries 最大尝试次数
-
setTries
public void setTries(Long Tries)
Set 最大尝试次数- Parameters:
Tries- 最大尝试次数
-
getVariables
public Variable[] getVariables()
Get 自定义变量(仅高级版支持)- Returns:
- Variables 自定义变量(仅高级版支持)
-
setVariables
public void setVariables(Variable[] Variables)
Set 自定义变量(仅高级版支持)- Parameters:
Variables- 自定义变量(仅高级版支持)
-
getUUI
public String getUUI()
Get UUI- Returns:
- UUI UUI
-
setUUI
public void setUUI(String UUI)
Set UUI- Parameters:
UUI- UUI
-
getCalleeAttributes
public CalleeAttribute[] getCalleeAttributes()
Get 被叫属性- Returns:
- CalleeAttributes 被叫属性
-
setCalleeAttributes
public void setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
Set 被叫属性- Parameters:
CalleeAttributes- 被叫属性
-
-