public class DescribePictureRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribePictureRequest() | 
| DescribePictureRequest(DescribePictureRequest 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 | getPageNo()Get Page number. | 
| Long | getPageSize()Get Number of records per page. | 
| Long | getPictureId()Get Image ID. | 
| Long | getSdkAppId()Get Application ID | 
| void | setPageNo(Long PageNo)Set Page number. | 
| void | setPageSize(Long PageSize)Set Number of records per page. | 
| void | setPictureId(Long PictureId)Set Image ID. | 
| void | setSdkAppId(Long SdkAppId)Set Application ID | 
| 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 DescribePictureRequest()
public DescribePictureRequest(DescribePictureRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application IDpublic Long getPictureId()
public void setPictureId(Long PictureId)
PictureId - Image ID. If it is left empty, the IDs of all images under the application are returned.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of records per page. `10` is used if it is left empty.public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Page number. `1` is used if it is left empty.Copyright © 2022. All rights reserved.