public class CreateAgentCruiseDialingCampaignRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAgentCruiseDialingCampaignRequest() |
CreateAgentCruiseDialingCampaignRequest(CreateAgentCruiseDialingCampaignRequest 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 |
---|---|
String |
getAgent()
Get Agent Account
|
String[] |
getCallees()
Get Called list supporting E.164 or number formats without country code.
|
String[] |
getCallers()
Get Calling list using the number formats displayed on the management side.
|
Long |
getCallOrder()
Get Being called sequence: 0 for random 1 for in order.
|
Long |
getConcurrencyNumber()
Get Single-round Concurrent Call Volume 1-20
|
Long |
getEndTime()
Get Task termination time.
|
String |
getName()
Get Task Name
|
Long |
getSdkAppId()
Get Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
Long |
getStartTime()
Get Task start time.
|
String |
getUUI()
Get Caller Custom Data, Maximum Length 1024
|
void |
setAgent(String Agent)
Set Agent Account
|
void |
setCallees(String[] Callees)
Set Called list supporting E.164 or number formats without country code.
|
void |
setCallers(String[] Callers)
Set Calling list using the number formats displayed on the management side.
|
void |
setCallOrder(Long CallOrder)
Set Being called sequence: 0 for random 1 for in order.
|
void |
setConcurrencyNumber(Long ConcurrencyNumber)
Set Single-round Concurrent Call Volume 1-20
|
void |
setEndTime(Long EndTime)
Set Task termination time.
|
void |
setName(String Name)
Set Task Name
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setStartTime(Long StartTime)
Set Task start time.
|
void |
setUUI(String UUI)
Set Caller Custom Data, Maximum Length 1024
|
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 CreateAgentCruiseDialingCampaignRequest()
public CreateAgentCruiseDialingCampaignRequest(CreateAgentCruiseDialingCampaignRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID (required) can be found at https://console.cloud.tencent.com/ccc.public String getName()
public void setName(String Name)
Name
- Task Namepublic String getAgent()
public void setAgent(String Agent)
Agent
- Agent Accountpublic Long getConcurrencyNumber()
public void setConcurrencyNumber(Long ConcurrencyNumber)
ConcurrencyNumber
- Single-round Concurrent Call Volume 1-20public 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[] getCallees()
public void setCallees(String[] Callees)
Callees
- Called list supporting E.164 or number formats without country code.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- Calling list using the number formats displayed on the management side.public Long getCallOrder()
public void setCallOrder(Long CallOrder)
CallOrder
- Being called sequence: 0 for random 1 for in order.public String getUUI()
public void setUUI(String UUI)
UUI
- Caller Custom Data, Maximum Length 1024Copyright © 2024. All rights reserved.