Class DescribeAutoCalloutTaskResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.DescribeAutoCalloutTaskResponse
-
public class DescribeAutoCalloutTaskResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAutoCalloutTaskResponse()DescribeAutoCalloutTaskResponse(DescribeAutoCalloutTaskResponse 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 AutoCalloutTaskCalleeInfo[]getCallees()Get 被叫信息列表String[]getCallers()Get 主叫列表StringgetDescription()Get 任务描述LonggetIvrId()Get 任务使用的IvrIdStringgetName()Get 任务名LonggetNotAfter()Get 任务结束时间戳 注意:此字段可能返回 null,表示取不到有效值。LonggetNotBefore()Get 任务起始时间戳StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetState()Get 任务状态 0初始 1运行中 2已完成 3结束中 4已终止voidsetCallees(AutoCalloutTaskCalleeInfo[] Callees)Set 被叫信息列表voidsetCallers(String[] Callers)Set 主叫列表voidsetDescription(String Description)Set 任务描述voidsetIvrId(Long IvrId)Set 任务使用的IvrIdvoidsetName(String Name)Set 任务名voidsetNotAfter(Long NotAfter)Set 任务结束时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetNotBefore(Long NotBefore)Set 任务起始时间戳voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetState(Long State)Set 任务状态 0初始 1运行中 2已完成 3结束中 4已终止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
-
DescribeAutoCalloutTaskResponse
public DescribeAutoCalloutTaskResponse()
-
DescribeAutoCalloutTaskResponse
public DescribeAutoCalloutTaskResponse(DescribeAutoCalloutTaskResponse 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- 任务名
-
getDescription
public String getDescription()
Get 任务描述- Returns:
- Description 任务描述
-
setDescription
public void setDescription(String Description)
Set 任务描述- Parameters:
Description- 任务描述
-
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,表示取不到有效值。
-
getCallers
public String[] getCallers()
Get 主叫列表- Returns:
- Callers 主叫列表
-
setCallers
public void setCallers(String[] Callers)
Set 主叫列表- Parameters:
Callers- 主叫列表
-
getCallees
public AutoCalloutTaskCalleeInfo[] getCallees()
Get 被叫信息列表- Returns:
- Callees 被叫信息列表
-
setCallees
public void setCallees(AutoCalloutTaskCalleeInfo[] Callees)
Set 被叫信息列表- Parameters:
Callees- 被叫信息列表
-
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已终止
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-