public class DescribeAutoCalloutTaskResponse extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AutoCalloutTaskCalleeInfo[] |
getCallees()
Get Called information list.
|
String[] |
getCallers()
Get Calling list.
|
String |
getDescription()
Get Task Description.
|
Long |
getIvrId()
Get IvrId used by the task.
|
String |
getName()
Get Task Name
|
Long |
getNotAfter()
Get Task end timestamp.
|
Long |
getNotBefore()
Get Task start timestamp.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getState()
Get Task status: 0 - initial, 1 - running, 2 - completed, 3 - ending, 4 - terminated.
|
void |
setCallees(AutoCalloutTaskCalleeInfo[] Callees)
Set Called information list.
|
void |
setCallers(String[] Callers)
Set Calling list.
|
void |
setDescription(String Description)
Set Task Description.
|
void |
setIvrId(Long IvrId)
Set IvrId used by the task.
|
void |
setName(String Name)
Set Task Name
|
void |
setNotAfter(Long NotAfter)
Set Task end timestamp.
|
void |
setNotBefore(Long NotBefore)
Set Task start timestamp.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setState(Long State)
Set Task status: 0 - initial, 1 - running, 2 - completed, 3 - ending, 4 - terminated.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAutoCalloutTaskResponse()
public DescribeAutoCalloutTaskResponse(DescribeAutoCalloutTaskResponse source)
public String getName()
public void setName(String Name)
Name
- Task Namepublic String getDescription()
public void setDescription(String Description)
Description
- Task Description.public Long getNotBefore()
public void setNotBefore(Long NotBefore)
NotBefore
- Task start timestamp.public Long getNotAfter()
public void setNotAfter(Long NotAfter)
NotAfter
- Task end timestamp.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- Calling list.public AutoCalloutTaskCalleeInfo[] getCallees()
public void setCallees(AutoCalloutTaskCalleeInfo[] Callees)
Callees
- Called information list.public Long getIvrId()
public void setIvrId(Long IvrId)
IvrId
- IvrId used by the task.public Long getState()
public void setState(Long State)
State
- Task status: 0 - initial, 1 - running, 2 - completed, 3 - ending, 4 - terminated.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.