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 calls.
|
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: 0 - initial, 1 - running, 2 - completed, 3 - ending, 4 - closed.
|
Long |
getTaskId()
Get Task ID.
|
void |
setCalleeCount(Long CalleeCount)
Set Number of calls.
|
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: 0 - initial, 1 - running, 2 - completed, 3 - ending, 4 - closed.
|
void |
setTaskId(Long TaskId)
Set Task ID.
|
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 Namepublic Long getCalleeCount()
public void setCalleeCount(Long CalleeCount)
CalleeCount
- Number of calls.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, 1 - running, 2 - completed, 3 - ending, 4 - closed.public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID.Copyright © 2024. All rights reserved.