Class AutoCalloutTaskInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.AutoCalloutTaskInfo
-
public class AutoCalloutTaskInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoCalloutTaskInfo()AutoCalloutTaskInfo(AutoCalloutTaskInfo 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 LonggetCalleeCount()Get 被叫数量String[]getCallers()Get 主叫号码列表LonggetIvrId()Get 任务使用的IvrIdStringgetName()Get 任务名LonggetNotAfter()Get 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。LonggetNotBefore()Get 起始时间戳LonggetState()Get 任务状态0初始 1运行中 2已完成 3结束中 4已结束LonggetTaskId()Get 任务IdvoidsetCalleeCount(Long CalleeCount)Set 被叫数量voidsetCallers(String[] Callers)Set 主叫号码列表voidsetIvrId(Long IvrId)Set 任务使用的IvrIdvoidsetName(String Name)Set 任务名voidsetNotAfter(Long NotAfter)Set 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetNotBefore(Long NotBefore)Set 起始时间戳voidsetState(Long State)Set 任务状态0初始 1运行中 2已完成 3结束中 4已结束voidsetTaskId(Long TaskId)Set 任务IdvoidtoMap(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
-
AutoCalloutTaskInfo
public AutoCalloutTaskInfo()
-
AutoCalloutTaskInfo
public AutoCalloutTaskInfo(AutoCalloutTaskInfo 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
-
getName
public String getName()
Get 任务名- Returns:
- Name 任务名
-
setName
public void setName(String Name)
Set 任务名- Parameters:
Name- 任务名
-
getCalleeCount
public Long getCalleeCount()
Get 被叫数量- Returns:
- CalleeCount 被叫数量
-
setCalleeCount
public void setCalleeCount(Long CalleeCount)
Set 被叫数量- Parameters:
CalleeCount- 被叫数量
-
getCallers
public String[] getCallers()
Get 主叫号码列表- Returns:
- Callers 主叫号码列表
-
setCallers
public void setCallers(String[] Callers)
Set 主叫号码列表- Parameters:
Callers- 主叫号码列表
-
getNotBefore
public Long getNotBefore()
Get 起始时间戳- Returns:
- NotBefore 起始时间戳
-
setNotBefore
public void setNotBefore(Long NotBefore)
Set 起始时间戳- Parameters:
NotBefore- 起始时间戳
-
getNotAfter
public Long getNotAfter()
Get 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NotAfter 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setNotAfter
public void setNotAfter(Long NotAfter)
Set 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NotAfter- 结束时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getIvrId
public Long getIvrId()
Get 任务使用的IvrId- Returns:
- IvrId 任务使用的IvrId
-
setIvrId
public void setIvrId(Long IvrId)
Set 任务使用的IvrId- Parameters:
IvrId- 任务使用的IvrId
-
getState
public Long getState()
Get 任务状态0初始 1运行中 2已完成 3结束中 4已结束- Returns:
- State 任务状态0初始 1运行中 2已完成 3结束中 4已结束
-
setState
public void setState(Long State)
Set 任务状态0初始 1运行中 2已完成 3结束中 4已结束- Parameters:
State- 任务状态0初始 1运行中 2已完成 3结束中 4已结束
-
getTaskId
public Long getTaskId()
Get 任务Id- Returns:
- TaskId 任务Id
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务Id- Parameters:
TaskId- 任务Id
-
-