public class ImageMaterial extends AbstractModel
Constructor and Description |
---|
ImageMaterial() |
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Get 图片高度,单位:px。
|
String |
getMaterialUrl()
Get 素材媒体文件的 URL 地址。
|
Long |
getSize()
Get 图片大小,单位:字节。
|
Long |
getWidth()
Get 图片宽度,单位:px。
|
void |
setHeight(Long Height)
Set 图片高度,单位:px。
|
void |
setMaterialUrl(String MaterialUrl)
Set 素材媒体文件的 URL 地址。
|
void |
setSize(Long Size)
Set 图片大小,单位:字节。
|
void |
setWidth(Long Width)
Set 图片宽度,单位:px。
|
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 Long getHeight()
public void setHeight(Long Height)
Height
- 图片高度,单位:px。public Long getWidth()
public void setWidth(Long Width)
Width
- 图片宽度,单位:px。public String getMaterialUrl()
public void setMaterialUrl(String MaterialUrl)
MaterialUrl
- 素材媒体文件的 URL 地址。public Long getSize()
public void setSize(Long Size)
Size
- 图片大小,单位:字节。Copyright © 2020. All rights reserved.