Class ImageItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.ImageItem
-
public class ImageItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 图片描述LonggetHeight()Get 高LonggetImageId()Get 图片IDStringgetKeywords()Get 图片关键词StringgetPreviewUrl()Get 图片预览链接StringgetThumbUrl()Get 图片缩略图StringgetTitle()Get 图片标题StringgetVendor()Get 图片供应商LonggetWidth()Get 宽voidsetDescription(String Description)Set 图片描述voidsetHeight(Long Height)Set 高voidsetImageId(Long ImageId)Set 图片IDvoidsetKeywords(String Keywords)Set 图片关键词voidsetPreviewUrl(String PreviewUrl)Set 图片预览链接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
-
ImageItem
public ImageItem()
-
ImageItem
public ImageItem(ImageItem 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- 图片供应商
-
getKeywords
public String getKeywords()
Get 图片关键词- Returns:
- Keywords 图片关键词
-
setKeywords
public void setKeywords(String Keywords)
Set 图片关键词- Parameters:
Keywords- 图片关键词
-
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- 高
-
-