public class DescribeVoicePrintRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVoicePrintRequest() |
DescribeVoicePrintRequest(DescribeVoicePrintRequest 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 |
---|---|
Long |
getDescribeMode()
Get 查询方式,0表示查询特定VoicePrintId,1表示分页查询
|
Long |
getPageIndex()
Get 当前页码,从1开始,DescribeMode为1时填写
|
Long |
getPageSize()
Get 每页条数 最少20,DescribeMode为1时填写
|
String[] |
getVoicePrintIdList()
Get 声纹ID
|
void |
setDescribeMode(Long DescribeMode)
Set 查询方式,0表示查询特定VoicePrintId,1表示分页查询
|
void |
setPageIndex(Long PageIndex)
Set 当前页码,从1开始,DescribeMode为1时填写
|
void |
setPageSize(Long PageSize)
Set 每页条数 最少20,DescribeMode为1时填写
|
void |
setVoicePrintIdList(String[] VoicePrintIdList)
Set 声纹ID
|
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 DescribeVoicePrintRequest()
public DescribeVoicePrintRequest(DescribeVoicePrintRequest source)
public Long getDescribeMode()
public void setDescribeMode(Long DescribeMode)
DescribeMode
- 查询方式,0表示查询特定VoicePrintId,1表示分页查询public String[] getVoicePrintIdList()
public void setVoicePrintIdList(String[] VoicePrintIdList)
VoicePrintIdList
- 声纹IDpublic Long getPageIndex()
public void setPageIndex(Long PageIndex)
PageIndex
- 当前页码,从1开始,DescribeMode为1时填写public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页条数 最少20,DescribeMode为1时填写Copyright © 2025. All rights reserved.