public class CreateAutoCalloutTaskRequest extends AbstractModel
header, skipSign
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 |
---|---|
CalleeAttribute[] |
getCalleeAttributes()
Get Property of the called.
|
String[] |
getCallees()
Get List of called numbers.
|
String[] |
getCallers()
Get List of calling numbers.
|
String |
getDescription()
Get Task description.
|
Long |
getIvrId()
Get IVR used for calling.
|
String |
getName()
Get Task name.
|
Long |
getNotAfter()
Get Task stop timestamp.
|
Long |
getNotBefore()
Get Task starting timestamp.
|
Long |
getSdkAppId()
Get Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
Long |
getTries()
Get Maximum attempts.
|
String |
getUUI()
Get UUI
|
Variable[] |
getVariables()
Get Custom variables (supported only in advanced versions).
|
void |
setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
Set Property of the called.
|
void |
setCallees(String[] Callees)
Set List of called numbers.
|
void |
setCallers(String[] Callers)
Set List of calling numbers.
|
void |
setDescription(String Description)
Set Task description.
|
void |
setIvrId(Long IvrId)
Set IVR used for calling.
|
void |
setName(String Name)
Set Task name.
|
void |
setNotAfter(Long NotAfter)
Set Task stop timestamp.
|
void |
setNotBefore(Long NotBefore)
Set Task starting timestamp.
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setTries(Long Tries)
Set Maximum attempts.
|
void |
setUUI(String UUI)
Set UUI
|
void |
setVariables(Variable[] Variables)
Set Custom variables (supported only in advanced versions).
|
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 CreateAutoCalloutTaskRequest()
public CreateAutoCalloutTaskRequest(CreateAutoCalloutTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID (required) can be found at https://console.cloud.tencent.com/ccc.public Long getNotBefore()
public void setNotBefore(Long NotBefore)
NotBefore
- Task starting timestamp. Unix second-level timestamp.public String[] getCallees()
public void setCallees(String[] Callees)
Callees
- List of called numbers.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- List of calling numbers.public Long getIvrId()
public void setIvrId(Long IvrId)
IvrId
- IVR used for calling.public String getName()
public void setName(String Name)
Name
- Task name.public String getDescription()
public void setDescription(String Description)
Description
- Task description.public Long getNotAfter()
public void setNotAfter(Long NotAfter)
NotAfter
- Task stop timestamp. Unix second-level timestamp.public Long getTries()
public void setTries(Long Tries)
Tries
- Maximum attempts.public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- Custom variables (supported only in advanced versions).public String getUUI()
public void setUUI(String UUI)
UUI
- UUIpublic CalleeAttribute[] getCalleeAttributes()
public void setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
CalleeAttributes
- Property of the called.Copyright © 2024. All rights reserved.