public class ImageMarshal extends AbstractModel
Constructor and Description |
---|
ImageMarshal() |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Get 图片格式
|
Long |
getHeight()
Get 图片高度
|
Boolean |
getIsVip()
Get 是否支持VIP购买
|
String |
getLicenseScope()
Get 授权范围
|
Long |
getMarshalId()
Get 售卖组合唯一标识
|
Long |
getPrice()
Get 图片价格(单位:分)
|
Long |
getSize()
Get 图片大小
|
Long |
getWidth()
Get 图片宽度
|
void |
setFormat(String Format)
Set 图片格式
|
void |
setHeight(Long Height)
Set 图片高度
|
void |
setIsVip(Boolean IsVip)
Set 是否支持VIP购买
|
void |
setLicenseScope(String LicenseScope)
Set 授权范围
|
void |
setMarshalId(Long MarshalId)
Set 售卖组合唯一标识
|
void |
setPrice(Long Price)
Set 图片价格(单位:分)
|
void |
setSize(Long Size)
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 Long getMarshalId()
public void setMarshalId(Long MarshalId)
MarshalId
- 售卖组合唯一标识public Long getHeight()
public void setHeight(Long Height)
Height
- 图片高度public Long getWidth()
public void setWidth(Long Width)
Width
- 图片宽度public Long getSize()
public void setSize(Long Size)
Size
- 图片大小public String getFormat()
public void setFormat(String Format)
Format
- 图片格式public Long getPrice()
public void setPrice(Long Price)
Price
- 图片价格(单位:分)public String getLicenseScope()
public void setLicenseScope(String LicenseScope)
LicenseScope
- 授权范围public Boolean getIsVip()
public void setIsVip(Boolean IsVip)
IsVip
- 是否支持VIP购买Copyright © 2021. All rights reserved.