public class ImageInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageInfo() | 
| ImageInfo(ImageInfo 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 | 
|---|---|
| Long | getDimensionsNameId()Get 尺寸名称Id | 
| Long | getDownloadPrice()Get 平台用户下载图片购买的价格(单位:分) | 
| String | getDownloadType()Get 下载类型。匹配集合中的任意元素:
Single: 单张购买下载
BasicEnterpriseMember: 企业基础会员下载
AdvancedEnterpriseMember: 企业高级会员下载
DistinguishedEnterpriseMember: 企业尊享会员下载 | 
| Long | getImageId()Get 图片Id | 
| Long | getLicenseScopeId()Get 授权场景Id | 
| String | getUserId()Get 平台用户标识 | 
| void | setDimensionsNameId(Long DimensionsNameId)Set 尺寸名称Id | 
| void | setDownloadPrice(Long DownloadPrice)Set 平台用户下载图片购买的价格(单位:分) | 
| void | setDownloadType(String DownloadType)Set 下载类型。匹配集合中的任意元素:
Single: 单张购买下载
BasicEnterpriseMember: 企业基础会员下载
AdvancedEnterpriseMember: 企业高级会员下载
DistinguishedEnterpriseMember: 企业尊享会员下载 | 
| void | setImageId(Long ImageId)Set 图片Id | 
| void | setLicenseScopeId(Long LicenseScopeId)Set 授权场景Id | 
| void | setUserId(String UserId)Set 平台用户标识 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageInfo()
public ImageInfo(ImageInfo source)
public Long getImageId()
public void setImageId(Long ImageId)
ImageId - 图片Idpublic Long getLicenseScopeId()
public void setLicenseScopeId(Long LicenseScopeId)
LicenseScopeId - 授权场景Idpublic Long getDimensionsNameId()
public void setDimensionsNameId(Long DimensionsNameId)
DimensionsNameId - 尺寸名称Idpublic String getUserId()
public void setUserId(String UserId)
UserId - 平台用户标识public Long getDownloadPrice()
public void setDownloadPrice(Long DownloadPrice)
DownloadPrice - 平台用户下载图片购买的价格(单位:分)public String getDownloadType()
public void setDownloadType(String DownloadType)
DownloadType - 下载类型。匹配集合中的任意元素:
Copyright © 2025. All rights reserved.