public class DescribePersonSamplesRequest extends AbstractModel
Constructor and Description |
---|
DescribePersonSamplesRequest() |
DescribePersonSamplesRequest(DescribePersonSamplesRequest 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 |
getLimit()
Get Number of entries to be returned.
|
String[] |
getNames()
Get Names of samples.
|
Long |
getOffset()
Get Pagination offset.
|
String[] |
getPersonIds()
Get IDs of samples.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
String[] |
getTags()
Get Tags of a sample.
|
String |
getType()
Get Type of samples to pull.
|
void |
setLimit(Long Limit)
Set Number of entries to be returned.
|
void |
setNames(String[] Names)
Set Names of samples.
|
void |
setOffset(Long Offset)
Set Pagination offset.
|
void |
setPersonIds(String[] PersonIds)
Set IDs of samples.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setTags(String[] Tags)
Set Tags of a sample.
|
void |
setType(String Type)
Set Type of samples to pull.
|
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 DescribePersonSamplesRequest()
public DescribePersonSamplesRequest(DescribePersonSamplesRequest source)
public String getType()
public void setType(String Type)
Type
- Type of samples to pull. Valid values:
public String[] getPersonIds()
public void setPersonIds(String[] PersonIds)
PersonIds
- IDs of samples. Array length limit: 100.public String[] getNames()
public void setNames(String[] Names)
Names
- Names of samples. Array length limit: 20.public String[] getTags()
public void setTags(String[] Tags)
Tags
- Tags of a sample. Array length limit: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries to be returned. Default value: 100. Maximum value: 100.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2021. All rights reserved.