public class CreateAutoCalloutTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateAutoCalloutTaskRequest() |
CreateAutoCalloutTaskRequest(CreateAutoCalloutTaskRequest 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[] |
getCallees()
Get 被叫号码列表
|
String[] |
getCallers()
Get 主叫号码列表
|
String |
getDescription()
Get 任务描述
|
Long |
getIvrId()
Get 呼叫使用的Ivr
|
String |
getName()
Get 任务名
|
Long |
getNotAfter()
Get 任务停止时间戳,Unix 秒级时间戳
|
Long |
getNotBefore()
Get 任务起始时间戳,Unix 秒级时间戳
|
Long |
getSdkAppId()
Get 呼叫中心实例Id
|
Long |
getTries()
Get 最大尝试次数
|
void |
setCallees(String[] Callees)
Set 被叫号码列表
|
void |
setCallers(String[] Callers)
Set 主叫号码列表
|
void |
setDescription(String Description)
Set 任务描述
|
void |
setIvrId(Long IvrId)
Set 呼叫使用的Ivr
|
void |
setName(String Name)
Set 任务名
|
void |
setNotAfter(Long NotAfter)
Set 任务停止时间戳,Unix 秒级时间戳
|
void |
setNotBefore(Long NotBefore)
Set 任务起始时间戳,Unix 秒级时间戳
|
void |
setSdkAppId(Long SdkAppId)
Set 呼叫中心实例Id
|
void |
setTries(Long Tries)
Set 最大尝试次数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateAutoCalloutTaskRequest()
public CreateAutoCalloutTaskRequest(CreateAutoCalloutTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 呼叫中心实例Idpublic Long getNotBefore()
public void setNotBefore(Long NotBefore)
NotBefore
- 任务起始时间戳,Unix 秒级时间戳public String[] getCallees()
public void setCallees(String[] Callees)
Callees
- 被叫号码列表public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- 主叫号码列表public Long getIvrId()
public void setIvrId(Long IvrId)
IvrId
- 呼叫使用的Ivrpublic String getName()
public void setName(String Name)
Name
- 任务名public String getDescription()
public void setDescription(String Description)
Description
- 任务描述public Long getNotAfter()
public void setNotAfter(Long NotAfter)
NotAfter
- 任务停止时间戳,Unix 秒级时间戳public Long getTries()
public void setTries(Long Tries)
Tries
- 最大尝试次数Copyright © 2022. All rights reserved.