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 String
getDescription()
Get 图片描述Long
getHeight()
Get 高Long
getImageId()
Get 图片IDString
getKeywords()
Get 图片关键词String
getPreviewUrl()
Get 图片预览链接String
getThumbUrl()
Get 图片缩略图String
getTitle()
Get 图片标题String
getVendor()
Get 图片供应商Long
getWidth()
Get 宽void
setDescription(String Description)
Set 图片描述void
setHeight(Long Height)
Set 高void
setImageId(Long ImageId)
Set 图片IDvoid
setKeywords(String Keywords)
Set 图片关键词void
setPreviewUrl(String PreviewUrl)
Set 图片预览链接void
setThumbUrl(String ThumbUrl)
Set 图片缩略图void
setTitle(String Title)
Set 图片标题void
setVendor(String Vendor)
Set 图片供应商void
setWidth(Long Width)
Set 宽void
toMap(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
- 高
-
-