public class Quota extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Quota() | 
| Quota(Quota 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 | getAigcImageQuota()Get AI图片数量 | 
| Long | getAigcTextQuota()Get AI文字数量 | 
| Long | getChainQuota()Get 上链配额 | 
| Long | getCorpId()Get 企业ID | 
| String | getEndTime()Get 服务结束时间 | 
| Long | getFactoryQuota()Get 商户配额 | 
| Long | getItemQuota()Get 商品配额 | 
| Long | getProductCertify()Get 是否开启企业认证 | 
| Long | getQuotaId()Get 配额ID | 
| Long | getRiskQuota()Get 风控配额 | 
| Long | getSaleQuota()Get 销售码配额 | 
| String[] | getServices()Get 开通服务 | 
| String | getStartTime()Get 服务开始时间 | 
| Long | getTrackQuota()Get 溯源码配额 | 
| Long | getTrackType()Get 溯源类型 | 
| String | getVersion()Get 开通版本 lite:轻量版, basic:基础版, standard:标准版 | 
| void | setAigcImageQuota(Long AigcImageQuota)Set AI图片数量 | 
| void | setAigcTextQuota(Long AigcTextQuota)Set AI文字数量 | 
| void | setChainQuota(Long ChainQuota)Set 上链配额 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| void | setEndTime(String EndTime)Set 服务结束时间 | 
| void | setFactoryQuota(Long FactoryQuota)Set 商户配额 | 
| void | setItemQuota(Long ItemQuota)Set 商品配额 | 
| void | setProductCertify(Long ProductCertify)Set 是否开启企业认证 | 
| void | setQuotaId(Long QuotaId)Set 配额ID | 
| void | setRiskQuota(Long RiskQuota)Set 风控配额 | 
| void | setSaleQuota(Long SaleQuota)Set 销售码配额 | 
| void | setServices(String[] Services)Set 开通服务 | 
| void | setStartTime(String StartTime)Set 服务开始时间 | 
| void | setTrackQuota(Long TrackQuota)Set 溯源码配额 | 
| void | setTrackType(Long TrackType)Set 溯源类型 | 
| void | setVersion(String Version)Set 开通版本 lite:轻量版, basic:基础版, standard:标准版 | 
| 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 Quota()
public Quota(Quota source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 服务开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 服务结束时间public Long getQuotaId()
public void setQuotaId(Long QuotaId)
QuotaId - 配额IDpublic Long getCorpId()
public void setCorpId(Long CorpId)
CorpId - 企业IDpublic String[] getServices()
public void setServices(String[] Services)
Services - 开通服务public Long getFactoryQuota()
public void setFactoryQuota(Long FactoryQuota)
FactoryQuota - 商户配额public Long getItemQuota()
public void setItemQuota(Long ItemQuota)
ItemQuota - 商品配额public Long getTrackQuota()
public void setTrackQuota(Long TrackQuota)
TrackQuota - 溯源码配额public Long getSaleQuota()
public void setSaleQuota(Long SaleQuota)
SaleQuota - 销售码配额public Long getChainQuota()
public void setChainQuota(Long ChainQuota)
ChainQuota - 上链配额public Long getRiskQuota()
public void setRiskQuota(Long RiskQuota)
RiskQuota - 风控配额public Long getAigcTextQuota()
public void setAigcTextQuota(Long AigcTextQuota)
AigcTextQuota - AI文字数量public Long getAigcImageQuota()
public void setAigcImageQuota(Long AigcImageQuota)
AigcImageQuota - AI图片数量public Long getTrackType()
public void setTrackType(Long TrackType)
TrackType - 溯源类型public String getVersion()
public void setVersion(String Version)
Version - 开通版本 lite:轻量版, basic:基础版, standard:标准版public Long getProductCertify()
public void setProductCertify(Long ProductCertify)
ProductCertify - 是否开启企业认证Copyright © 2025. All rights reserved.