public class DescribeIvrAudioListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIvrAudioListRequest() |
DescribeIvrAudioListRequest(DescribeIvrAudioListRequest 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[] |
getAudioFileName()
Get Filename
|
String[] |
getCustomFileName()
Get File alias
|
Long[] |
getFileId()
Get File ID
|
Long |
getPageNumber()
Get Page number starting from 0.
|
Long |
getPageSize()
Get Page size, upper limit 50
|
Long |
getSdkAppId()
Get Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setAudioFileName(String[] AudioFileName)
Set Filename
|
void |
setCustomFileName(String[] CustomFileName)
Set File alias
|
void |
setFileId(Long[] FileId)
Set File ID
|
void |
setPageNumber(Long PageNumber)
Set Page number starting from 0.
|
void |
setPageSize(Long PageSize)
Set Page size, upper limit 50
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
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 DescribeIvrAudioListRequest()
public DescribeIvrAudioListRequest(DescribeIvrAudioListRequest 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 getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size, upper limit 50public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Page number starting from 0.public String[] getCustomFileName()
public void setCustomFileName(String[] CustomFileName)
CustomFileName
- File aliaspublic String[] getAudioFileName()
public void setAudioFileName(String[] AudioFileName)
AudioFileName
- Filenamepublic Long[] getFileId()
public void setFileId(Long[] FileId)
FileId
- File IDCopyright © 2024. All rights reserved.