public class ImageMarshal extends AbstractModel
Constructor and Description |
---|
ImageMarshal() |
ImageMarshal(ImageMarshal 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 |
getDimensionsName()
Get 尺寸
|
Long |
getDimensionsNameId()
Get 尺寸id
|
String |
getFormat()
Get 图片格式
|
Long |
getHeight()
Get 图片高度
|
Boolean |
getIsVip()
Get 是否支持VIP购买
|
String |
getLicenseScope()
Get 授权范围
|
Long |
getLicenseScopeId()
Get 授权范围id
|
Long |
getMarshalId()
Get 售卖组合唯一标识
|
Long |
getPrice()
Get 图片价格(单位:分)
|
Long |
getSize()
Get 图片大小
|
Long |
getWidth()
Get 图片宽度
|
void |
setDimensionsName(String DimensionsName)
Set 尺寸
|
void |
setDimensionsNameId(Long DimensionsNameId)
Set 尺寸id
|
void |
setFormat(String Format)
Set 图片格式
|
void |
setHeight(Long Height)
Set 图片高度
|
void |
setIsVip(Boolean IsVip)
Set 是否支持VIP购买
|
void |
setLicenseScope(String LicenseScope)
Set 授权范围
|
void |
setLicenseScopeId(Long LicenseScopeId)
Set 授权范围id
|
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 ImageMarshal()
public ImageMarshal(ImageMarshal source)
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购买public Long getLicenseScopeId()
public void setLicenseScopeId(Long LicenseScopeId)
LicenseScopeId
- 授权范围idpublic String getDimensionsName()
public void setDimensionsName(String DimensionsName)
DimensionsName
- 尺寸public Long getDimensionsNameId()
public void setDimensionsNameId(Long DimensionsNameId)
DimensionsNameId
- 尺寸idCopyright © 2022. All rights reserved.