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, isStream, 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 50.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Page number starting from 0.public String[] getCustomFileName()
public void setCustomFileName(String[] CustomFileName)
CustomFileName
- File alias.public String[] getAudioFileName()
public void setAudioFileName(String[] AudioFileName)
AudioFileName
- Filename.public Long[] getFileId()
public void setFileId(Long[] FileId)
FileId
- File id.Copyright © 2025. All rights reserved.