public class DescribePersonSamplesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribePersonSamplesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get Number of returned entries. | 
| String[] | getNames()Get Material name. | 
| Long | getOffset()Get Paging offset. | 
| String[] | getPersonIds()Get Material ID. | 
| String[] | getTags()Get Material tag. | 
| String | getType()Get Type of the material pulled. | 
| void | setLimit(Long Limit)Set Number of returned entries. | 
| void | setNames(String[] Names)Set Material name. | 
| void | setOffset(Long Offset)Set Paging offset. | 
| void | setPersonIds(String[] PersonIds)Set Material ID. | 
| void | setTags(String[] Tags)Set Material tag. | 
| void | setType(String Type)Set Type of the material pulled. | 
| 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, toJsonStringpublic String getType()
public void setType(String Type)
Type - Type of the material pulled. Valid values:
public String[] getPersonIds()
public void setPersonIds(String[] PersonIds)
PersonIds - Material ID. Array length limit: 100.public String[] getNames()
public void setNames(String[] Names)
Names - Material name. Array length limit: 20.public String[] getTags()
public void setTags(String[] Tags)
Tags - Material tag. Array length limit: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset - Paging offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned entries. Default value: 100. Maximum value: 100.Copyright © 2021. All rights reserved.