public class AutoCalloutTaskInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCalleeCount()
Get Number of called parties.
|
String[] |
getCallers()
Get List of calling numbers.
|
Long |
getIvrId()
Get IvrId used by the task.
|
String |
getName()
Get Task name.
|
Long |
getNotAfter()
Get End timestamp
.
|
Long |
getNotBefore()
Get Start timestamp.
|
Long |
getState()
Get Task status:.
|
Long |
getTaskId()
Get
|
void |
setCalleeCount(Long CalleeCount)
Set Number of called parties.
|
void |
setCallers(String[] Callers)
Set List of calling numbers.
|
void |
setIvrId(Long IvrId)
Set IvrId used by the task.
|
void |
setName(String Name)
Set Task name.
|
void |
setNotAfter(Long NotAfter)
Set End timestamp
.
|
void |
setNotBefore(Long NotBefore)
Set Start timestamp.
|
void |
setState(Long State)
Set Task status:.
|
void |
setTaskId(Long TaskId)
Set
|
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 AutoCalloutTaskInfo()
public AutoCalloutTaskInfo(AutoCalloutTaskInfo source)
public String getName()
public void setName(String Name)
Name
- Task name.public Long getCalleeCount()
public void setCalleeCount(Long CalleeCount)
CalleeCount
- Number of called parties.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- List of calling numbers.public Long getNotBefore()
public void setNotBefore(Long NotBefore)
NotBefore
- Start timestamp.public Long getNotAfter()
public void setNotAfter(Long NotAfter)
NotAfter
- End timestamp
.
Note: this field may return null, indicating that no valid values can be obtained.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: task creation, call not started.
1 running.
2 completed: all calls in the task are completed.
3 ending: the task has expired, but there are still some calls not ended.
4 ended: task terminated due to expiration.public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Copyright © 2025. All rights reserved.