Class DescribeImageResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.DescribeImageResponse
-
public class DescribeImageResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeImageResponse()DescribeImageResponse(DescribeImageResponse 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 StringgetDescription()Get 图片描述LonggetHeight()Get 高StringgetImageFormat()Get 图片格式 jpg/eps/psd/...LonggetImageId()Get 图片IDStringgetImageSenseType()Get 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板StringgetKeywords()Get 关键词,多关键词用空格分隔LonggetLayeredGalleryId()Get 分层图库idImageMarshal[]getMarshals()Get 图片售卖组合信息StringgetOrientation()Get 构图方式:horizontal:横图、vertical:竖图、square:方图StringgetPreviewUrl()Get 图片预览链接StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetThumbUrl()Get 图片缩略图StringgetTitle()Get 图片标题StringgetVendor()Get 图片供应商LonggetWidth()Get 宽voidsetDescription(String Description)Set 图片描述voidsetHeight(Long Height)Set 高voidsetImageFormat(String ImageFormat)Set 图片格式 jpg/eps/psd/...voidsetImageId(Long ImageId)Set 图片IDvoidsetImageSenseType(String ImageSenseType)Set 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板voidsetKeywords(String Keywords)Set 关键词,多关键词用空格分隔voidsetLayeredGalleryId(Long LayeredGalleryId)Set 分层图库idvoidsetMarshals(ImageMarshal[] Marshals)Set 图片售卖组合信息voidsetOrientation(String Orientation)Set 构图方式:horizontal:横图、vertical:竖图、square:方图voidsetPreviewUrl(String PreviewUrl)Set 图片预览链接voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetThumbUrl(String ThumbUrl)Set 图片缩略图voidsetTitle(String Title)Set 图片标题voidsetVendor(String Vendor)Set 图片供应商voidsetWidth(Long Width)Set 宽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
-
DescribeImageResponse
public DescribeImageResponse()
-
DescribeImageResponse
public DescribeImageResponse(DescribeImageResponse 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
-
getImageId
public Long getImageId()
Get 图片ID- Returns:
- ImageId 图片ID
-
setImageId
public void setImageId(Long ImageId)
Set 图片ID- Parameters:
ImageId- 图片ID
-
getTitle
public String getTitle()
Get 图片标题- Returns:
- Title 图片标题
-
setTitle
public void setTitle(String Title)
Set 图片标题- Parameters:
Title- 图片标题
-
getDescription
public String getDescription()
Get 图片描述- Returns:
- Description 图片描述
-
setDescription
public void setDescription(String Description)
Set 图片描述- Parameters:
Description- 图片描述
-
getPreviewUrl
public String getPreviewUrl()
Get 图片预览链接- Returns:
- PreviewUrl 图片预览链接
-
setPreviewUrl
public void setPreviewUrl(String PreviewUrl)
Set 图片预览链接- Parameters:
PreviewUrl- 图片预览链接
-
getThumbUrl
public String getThumbUrl()
Get 图片缩略图- Returns:
- ThumbUrl 图片缩略图
-
setThumbUrl
public void setThumbUrl(String ThumbUrl)
Set 图片缩略图- Parameters:
ThumbUrl- 图片缩略图
-
getVendor
public String getVendor()
Get 图片供应商- Returns:
- Vendor 图片供应商
-
setVendor
public void setVendor(String Vendor)
Set 图片供应商- Parameters:
Vendor- 图片供应商
-
getMarshals
public ImageMarshal[] getMarshals()
Get 图片售卖组合信息- Returns:
- Marshals 图片售卖组合信息
-
setMarshals
public void setMarshals(ImageMarshal[] Marshals)
Set 图片售卖组合信息- Parameters:
Marshals- 图片售卖组合信息
-
getWidth
public Long getWidth()
Get 宽- Returns:
- Width 宽
-
setWidth
public void setWidth(Long Width)
Set 宽- Parameters:
Width- 宽
-
getHeight
public Long getHeight()
Get 高- Returns:
- Height 高
-
setHeight
public void setHeight(Long Height)
Set 高- Parameters:
Height- 高
-
getImageFormat
public String getImageFormat()
Get 图片格式 jpg/eps/psd/...- Returns:
- ImageFormat 图片格式 jpg/eps/psd/...
-
setImageFormat
public void setImageFormat(String ImageFormat)
Set 图片格式 jpg/eps/psd/...- Parameters:
ImageFormat- 图片格式 jpg/eps/psd/...
-
getImageSenseType
public String getImageSenseType()
Get 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板- Returns:
- ImageSenseType 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板
-
setImageSenseType
public void setImageSenseType(String ImageSenseType)
Set 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板- Parameters:
ImageSenseType- 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板
-
getKeywords
public String getKeywords()
Get 关键词,多关键词用空格分隔- Returns:
- Keywords 关键词,多关键词用空格分隔
-
setKeywords
public void setKeywords(String Keywords)
Set 关键词,多关键词用空格分隔- Parameters:
Keywords- 关键词,多关键词用空格分隔
-
getLayeredGalleryId
public Long getLayeredGalleryId()
Get 分层图库id- Returns:
- LayeredGalleryId 分层图库id
-
setLayeredGalleryId
public void setLayeredGalleryId(Long LayeredGalleryId)
Set 分层图库id- Parameters:
LayeredGalleryId- 分层图库id
-
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:方图
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-