public class DescribePredictiveDialingCampaignsElement extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePredictiveDialingCampaignsElement() |
DescribePredictiveDialingCampaignsElement(DescribePredictiveDialingCampaignsElement 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 numbers.
|
Long |
getCampaignId()
Get
|
Long |
getFinishedCalleeCount()
Get Number of completed calls.
|
String |
getName()
Get Task name.
|
Long |
getPriority()
Get Running priority of multiple tasks in the same application, from high to low 1 - 5.
|
Long |
getSkillGroupId()
Get ID of the used skill group of agents.
|
Long |
getStatus()
Get Task status 0 - ready to start, 1 - in progress, 2 - paused, 3 - terminated, 4 - completed.
|
Long |
getStatusReason()
Get Task status reasons 0 - normal, 1 - manually ended, 2 - ended due to overtime.
|
void |
setCalleeCount(Long CalleeCount)
Set Number of called numbers.
|
void |
setCampaignId(Long CampaignId)
Set
|
void |
setFinishedCalleeCount(Long FinishedCalleeCount)
Set Number of completed calls.
|
void |
setName(String Name)
Set Task name.
|
void |
setPriority(Long Priority)
Set Running priority of multiple tasks in the same application, from high to low 1 - 5.
|
void |
setSkillGroupId(Long SkillGroupId)
Set ID of the used skill group of agents.
|
void |
setStatus(Long Status)
Set Task status 0 - ready to start, 1 - in progress, 2 - paused, 3 - terminated, 4 - completed.
|
void |
setStatusReason(Long StatusReason)
Set Task status reasons 0 - normal, 1 - manually ended, 2 - ended due to overtime.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePredictiveDialingCampaignsElement()
public DescribePredictiveDialingCampaignsElement(DescribePredictiveDialingCampaignsElement source)
public Long getCampaignId()
public void setCampaignId(Long CampaignId)
CampaignId
- public String getName()
public void setName(String Name)
Name
- Task name.public Long getStatus()
public void setStatus(Long Status)
Status
- Task status 0 - ready to start, 1 - in progress, 2 - paused, 3 - terminated, 4 - completed.public Long getStatusReason()
public void setStatusReason(Long StatusReason)
StatusReason
- Task status reasons 0 - normal, 1 - manually ended, 2 - ended due to overtime.public Long getCalleeCount()
public void setCalleeCount(Long CalleeCount)
CalleeCount
- Number of called numbers.public Long getFinishedCalleeCount()
public void setFinishedCalleeCount(Long FinishedCalleeCount)
FinishedCalleeCount
- Number of completed calls.public Long getPriority()
public void setPriority(Long Priority)
Priority
- Running priority of multiple tasks in the same application, from high to low 1 - 5.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- ID of the used skill group of agents.Copyright © 2025. All rights reserved.