public class DescribeImagesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeImagesRequest() | 
| DescribeImagesRequest(DescribeImagesRequest 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 | 
|---|---|
| String | getImageSenseType()Get 图片类型,可选以下值:照片、插画 | 
| String | getKeyword()Get 搜索关键字 | 
| Long[] | getLayeredGalleryIds()Get 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级) | 
| Long | getLimit()Get 页大小 | 
| Long | getOffset()Get 页偏移量 | 
| String | getOrientation()Get 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图 | 
| void | setImageSenseType(String ImageSenseType)Set 图片类型,可选以下值:照片、插画 | 
| void | setKeyword(String Keyword)Set 搜索关键字 | 
| void | setLayeredGalleryIds(Long[] LayeredGalleryIds)Set 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级) | 
| void | setLimit(Long Limit)Set 页大小 | 
| void | setOffset(Long Offset)Set 页偏移量 | 
| void | setOrientation(String Orientation)Set 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeImagesRequest()
public DescribeImagesRequest(DescribeImagesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 页大小public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键字public String getOrientation()
public void setOrientation(String Orientation)
Orientation - 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图public String getImageSenseType()
public void setImageSenseType(String ImageSenseType)
ImageSenseType - 图片类型,可选以下值:照片、插画public Long[] getLayeredGalleryIds()
public void setLayeredGalleryIds(Long[] LayeredGalleryIds)
LayeredGalleryIds - 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)Copyright © 2025. All rights reserved.