public class DescribePredictiveDialingCampaignResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePredictiveDialingCampaignResponse() |
DescribePredictiveDialingCampaignResponse(DescribePredictiveDialingCampaignResponse 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 |
getCallOrder()
Get Being called sequence: 0 for random 1 for in order.
|
Long |
getCampaignId()
Get Task ID.
|
Long |
getEndTime()
Get Task termination time.
|
Long |
getExpectedAbandonRate()
Get Expected call drop rate, percentage, 5 - 50.
|
Long |
getIVRId()
Get Specified IVR ID.
|
String |
getName()
Get Task Name
|
Long |
getPriority()
Get Running priority of multiple tasks in the same application, from high to low 1 - 5.
|
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 |
getRetryInterval()
Get Call retry interval, in seconds, [60 - 86,400].
|
Long |
getRetryTimes()
Get Number of call retries, 0 - 2.
|
Long |
getSkillGroupId()
Get ID of the used skill group of agents.
|
Long |
getStartTime()
Get Task start time.
|
void |
setCallOrder(Long CallOrder)
Set Being called sequence: 0 for random 1 for in order.
|
void |
setCampaignId(Long CampaignId)
Set Task ID.
|
void |
setEndTime(Long EndTime)
Set Task termination time.
|
void |
setExpectedAbandonRate(Long ExpectedAbandonRate)
Set Expected call drop rate, percentage, 5 - 50.
|
void |
setIVRId(Long IVRId)
Set Specified IVR ID.
|
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 |
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 |
setRetryInterval(Long RetryInterval)
Set Call retry interval, in seconds, [60 - 86,400].
|
void |
setRetryTimes(Long RetryTimes)
Set Number of call retries, 0 - 2.
|
void |
setSkillGroupId(Long SkillGroupId)
Set ID of the used skill group of agents.
|
void |
setStartTime(Long StartTime)
Set Task start time.
|
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 DescribePredictiveDialingCampaignResponse()
public DescribePredictiveDialingCampaignResponse(DescribePredictiveDialingCampaignResponse source)
public Long getCampaignId()
public void setCampaignId(Long CampaignId)
CampaignId
- Task ID.public String getName()
public void setName(String Name)
Name
- Task Namepublic Long getCallOrder()
public void setCallOrder(Long CallOrder)
CallOrder
- Being called sequence: 0 for random 1 for in order.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- ID of the used skill group of agents.public Long getIVRId()
public void setIVRId(Long IVRId)
IVRId
- Specified IVR ID.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 getExpectedAbandonRate()
public void setExpectedAbandonRate(Long ExpectedAbandonRate)
ExpectedAbandonRate
- Expected call drop rate, percentage, 5 - 50.public Long getRetryTimes()
public void setRetryTimes(Long RetryTimes)
RetryTimes
- Number of call retries, 0 - 2.public Long getRetryInterval()
public void setRetryInterval(Long RetryInterval)
RetryInterval
- Call retry interval, in seconds, [60 - 86,400].public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Task start time. Unix timestamp. The task will automatically start after this time.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Task termination time. Unix timestamp. The task will automatically terminate after this time.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.