Class ImageMarshal
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.ImageMarshal
-
public class ImageMarshal extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDimensionsName()Get 尺寸LonggetDimensionsNameId()Get 尺寸idStringgetFormat()Get 图片格式LonggetHeight()Get 图片高度BooleangetIsVip()Get 是否支持VIP购买StringgetLicenseScope()Get 授权范围LonggetLicenseScopeId()Get 授权范围idLonggetMarshalId()Get 售卖组合唯一标识LonggetPrice()Get 图片价格(单位:分)LonggetSize()Get 图片大小LonggetWidth()Get 图片宽度voidsetDimensionsName(String DimensionsName)Set 尺寸voidsetDimensionsNameId(Long DimensionsNameId)Set 尺寸idvoidsetFormat(String Format)Set 图片格式voidsetHeight(Long Height)Set 图片高度voidsetIsVip(Boolean IsVip)Set 是否支持VIP购买voidsetLicenseScope(String LicenseScope)Set 授权范围voidsetLicenseScopeId(Long LicenseScopeId)Set 授权范围idvoidsetMarshalId(Long MarshalId)Set 售卖组合唯一标识voidsetPrice(Long Price)Set 图片价格(单位:分)voidsetSize(Long Size)Set 图片大小voidsetWidth(Long Width)Set 图片宽度voidtoMap(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
-
ImageMarshal
public ImageMarshal()
-
ImageMarshal
public 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.
-
-
Method Detail
-
getMarshalId
public Long getMarshalId()
Get 售卖组合唯一标识- Returns:
- MarshalId 售卖组合唯一标识
-
setMarshalId
public void setMarshalId(Long MarshalId)
Set 售卖组合唯一标识- Parameters:
MarshalId- 售卖组合唯一标识
-
getHeight
public Long getHeight()
Get 图片高度- Returns:
- Height 图片高度
-
setHeight
public void setHeight(Long Height)
Set 图片高度- Parameters:
Height- 图片高度
-
getWidth
public Long getWidth()
Get 图片宽度- Returns:
- Width 图片宽度
-
setWidth
public void setWidth(Long Width)
Set 图片宽度- Parameters:
Width- 图片宽度
-
getSize
public Long getSize()
Get 图片大小- Returns:
- Size 图片大小
-
setSize
public void setSize(Long Size)
Set 图片大小- Parameters:
Size- 图片大小
-
getFormat
public String getFormat()
Get 图片格式- Returns:
- Format 图片格式
-
setFormat
public void setFormat(String Format)
Set 图片格式- Parameters:
Format- 图片格式
-
getPrice
public Long getPrice()
Get 图片价格(单位:分)- Returns:
- Price 图片价格(单位:分)
-
setPrice
public void setPrice(Long Price)
Set 图片价格(单位:分)- Parameters:
Price- 图片价格(单位:分)
-
getLicenseScope
public String getLicenseScope()
Get 授权范围- Returns:
- LicenseScope 授权范围
-
setLicenseScope
public void setLicenseScope(String LicenseScope)
Set 授权范围- Parameters:
LicenseScope- 授权范围
-
getIsVip
public Boolean getIsVip()
Get 是否支持VIP购买- Returns:
- IsVip 是否支持VIP购买
-
setIsVip
public void setIsVip(Boolean IsVip)
Set 是否支持VIP购买- Parameters:
IsVip- 是否支持VIP购买
-
getLicenseScopeId
public Long getLicenseScopeId()
Get 授权范围id- Returns:
- LicenseScopeId 授权范围id
-
setLicenseScopeId
public void setLicenseScopeId(Long LicenseScopeId)
Set 授权范围id- Parameters:
LicenseScopeId- 授权范围id
-
getDimensionsName
public String getDimensionsName()
Get 尺寸- Returns:
- DimensionsName 尺寸
-
setDimensionsName
public void setDimensionsName(String DimensionsName)
Set 尺寸- Parameters:
DimensionsName- 尺寸
-
getDimensionsNameId
public Long getDimensionsNameId()
Get 尺寸id- Returns:
- DimensionsNameId 尺寸id
-
setDimensionsNameId
public void setDimensionsNameId(Long DimensionsNameId)
Set 尺寸id- Parameters:
DimensionsNameId- 尺寸id
-
-