public class DescribePictureRequest extends AbstractModel
Constructor and Description |
---|
DescribePictureRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNo()
Get 页码
|
Long |
getPageSize()
Get 每页数量
|
Long |
getPictureId()
Get 图片id,不传时返回该应用下所有图片
|
Long |
getSdkAppId()
Get 应用id
|
void |
setPageNo(Long PageNo)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 每页数量
|
void |
setPictureId(Long PictureId)
Set 图片id,不传时返回该应用下所有图片
|
void |
setSdkAppId(Long SdkAppId)
Set 应用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, toJsonString
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用idpublic Long getPictureId()
public void setPictureId(Long PictureId)
PictureId
- 图片id,不传时返回该应用下所有图片public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数量public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- 页码Copyright © 2021. All rights reserved.