Class DescribeImagesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.DescribeImagesRequest
-
public class DescribeImagesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImageSenseType()Get 图片类型,可选以下值:照片、插画StringgetKeyword()Get 搜索关键字Long[]getLayeredGalleryIds()Get 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)LonggetLimit()Get 页大小LonggetOffset()Get 页偏移量StringgetOrientation()Get 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图voidsetImageSenseType(String ImageSenseType)Set 图片类型,可选以下值:照片、插画voidsetKeyword(String Keyword)Set 搜索关键字voidsetLayeredGalleryIds(Long[] LayeredGalleryIds)Set 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)voidsetLimit(Long Limit)Set 页大小voidsetOffset(Long Offset)Set 页偏移量voidsetOrientation(String Orientation)Set 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeImagesRequest
public DescribeImagesRequest()
-
DescribeImagesRequest
public 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 页偏移量- Returns:
- Offset 页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 页偏移量- Parameters:
Offset- 页偏移量
-
getLimit
public Long getLimit()
Get 页大小- Returns:
- Limit 页大小
-
setLimit
public void setLimit(Long Limit)
Set 页大小- Parameters:
Limit- 页大小
-
getKeyword
public String getKeyword()
Get 搜索关键字- Returns:
- Keyword 搜索关键字
-
setKeyword
public void setKeyword(String Keyword)
Set 搜索关键字- Parameters:
Keyword- 搜索关键字
-
getOrientation
public String getOrientation()
Get 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图- Returns:
- Orientation 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图
-
setOrientation
public void setOrientation(String Orientation)
Set 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图- Parameters:
Orientation- 构图方式,可选以下值:horizontal、vertical、square,分别代表以下含义:横图、竖图、方图
-
getImageSenseType
public String getImageSenseType()
Get 图片类型,可选以下值:照片、插画- Returns:
- ImageSenseType 图片类型,可选以下值:照片、插画
-
setImageSenseType
public void setImageSenseType(String ImageSenseType)
Set 图片类型,可选以下值:照片、插画- Parameters:
ImageSenseType- 图片类型,可选以下值:照片、插画
-
getLayeredGalleryIds
public Long[] getLayeredGalleryIds()
Get 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)- Returns:
- LayeredGalleryIds 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)
-
setLayeredGalleryIds
public void setLayeredGalleryIds(Long[] LayeredGalleryIds)
Set 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)- Parameters:
LayeredGalleryIds- 分层图库id数组,可选以下数值:1(基础),2(精选),3(高级)
-
-