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 returned entries.
|
String[] |
getNames()
Get Image name.
|
Long |
getOffset()
Get Paging offset.
|
String[] |
getPersonIds()
Get Image ID.
|
String[] |
getTags()
Get Image tag.
|
String |
getType()
Get Type of images to pull.
|
void |
setLimit(Long Limit)
Set Number of returned entries.
|
void |
setNames(String[] Names)
Set Image name.
|
void |
setOffset(Long Offset)
Set Paging offset.
|
void |
setPersonIds(String[] PersonIds)
Set Image ID.
|
void |
setTags(String[] Tags)
Set Image tag.
|
void |
setType(String Type)
Set Type of images 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 images to pull. Valid values:
public String[] getPersonIds()
public void setPersonIds(String[] PersonIds)
PersonIds
- Image ID. Array length limit: 100public String[] getNames()
public void setNames(String[] Names)
Names
- Image name. Array length limit: 20public String[] getTags()
public void setTags(String[] Tags)
Tags
- Image tag. Array length limit: 20public 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 © 2023. All rights reserved.