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 Task ID
Note: This field may return null if no valid value is obtained.
|
Long |
getFinishedCalleeCount()
Get Number of completed calls.
|
String |
getName()
Get Task Name
Note: This field might return null if no valid values can be obtained.
|
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 Task ID
Note: This field may return null if no valid value is obtained.
|
void |
setFinishedCalleeCount(Long FinishedCalleeCount)
Set Number of completed calls.
|
void |
setName(String Name)
Set Task Name
Note: This field might return null if no valid values can be obtained.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePredictiveDialingCampaignsElement()
public DescribePredictiveDialingCampaignsElement(DescribePredictiveDialingCampaignsElement source)
public Long getCampaignId()
public void setCampaignId(Long CampaignId)
CampaignId
- Task ID
Note: This field may return null if no valid value is obtained.public String getName()
public void setName(String Name)
Name
- Task Name
Note: This field might return null if no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Task status 0 - Ready to start, 1 - In progress, 2 - Paused, 3 - Terminated, 4 - Completed.
Note: this field may return null, indicating that no valid values can be obtained.public Long getStatusReason()
public void setStatusReason(Long StatusReason)
StatusReason
- Task status reasons 0 - Normal, 1 - Manually ended, 2 - Ended due to overtime.
Note: this field may return null, indicating that no valid values can be obtained.public Long getCalleeCount()
public void setCalleeCount(Long CalleeCount)
CalleeCount
- Number of called numbers.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFinishedCalleeCount()
public void setFinishedCalleeCount(Long FinishedCalleeCount)
FinishedCalleeCount
- Number of completed calls.
Note: this field may return null, indicating that no valid values can be obtained.public Long getPriority()
public void setPriority(Long Priority)
Priority
- Running priority of multiple tasks in the same application, from high to low 1 - 5.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- ID of the used skill group of agents.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.