public class ImageItem extends AbstractModel
Constructor and Description |
---|
ImageItem() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 图片描述
|
Long |
getHeight()
Get 高
|
Long |
getImageId()
Get 图片ID
|
String |
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 图片ID
|
void |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageItem()
public ImageItem(ImageItem source)
public Long getImageId()
public void setImageId(Long ImageId)
ImageId
- 图片IDpublic String getTitle()
public void setTitle(String Title)
Title
- 图片标题public String getDescription()
public void setDescription(String Description)
Description
- 图片描述public String getPreviewUrl()
public void setPreviewUrl(String PreviewUrl)
PreviewUrl
- 图片预览链接public String getThumbUrl()
public void setThumbUrl(String ThumbUrl)
ThumbUrl
- 图片缩略图public String getVendor()
public void setVendor(String Vendor)
Vendor
- 图片供应商public String getKeywords()
public void setKeywords(String Keywords)
Keywords
- 图片关键词public Long getWidth()
public void setWidth(Long Width)
Width
- 宽public Long getHeight()
public void setHeight(Long Height)
Height
- 高Copyright © 2021. All rights reserved.