public class Quota extends AbstractModel
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 |
getChainQuota()
Get 上链配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCorpId()
Get 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEndTime()
Get 服务结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFactoryQuota()
Get 商户配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getItemQuota()
Get 商品配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQuotaId()
Get 配额ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRiskQuota()
Get 风控配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSaleQuota()
Get 销售码配额
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getServices()
Get 开通服务
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStartTime()
Get 服务开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTrackQuota()
Get 溯源码配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTrackType()
Get 溯源类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 开通版本 lite:轻量版, basic:基础版, standard:标准版
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChainQuota(Long ChainQuota)
Set 上链配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCorpId(Long CorpId)
Set 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(String EndTime)
Set 服务结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFactoryQuota(Long FactoryQuota)
Set 商户配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setItemQuota(Long ItemQuota)
Set 商品配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQuotaId(Long QuotaId)
Set 配额ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRiskQuota(Long RiskQuota)
Set 风控配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSaleQuota(Long SaleQuota)
Set 销售码配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServices(String[] Services)
Set 开通服务
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(String StartTime)
Set 服务开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrackQuota(Long TrackQuota)
Set 溯源码配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrackType(Long TrackType)
Set 溯源类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 开通版本 lite:轻量版, basic:基础版, standard:标准版
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Quota()
public Quota(Quota source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 服务开始时间
注意:此字段可能返回 null,表示取不到有效值。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 服务结束时间
注意:此字段可能返回 null,表示取不到有效值。public Long getQuotaId()
public void setQuotaId(Long QuotaId)
QuotaId
- 配额ID
注意:此字段可能返回 null,表示取不到有效值。public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业ID
注意:此字段可能返回 null,表示取不到有效值。public String[] getServices()
public void setServices(String[] Services)
Services
- 开通服务
注意:此字段可能返回 null,表示取不到有效值。public Long getFactoryQuota()
public void setFactoryQuota(Long FactoryQuota)
FactoryQuota
- 商户配额
注意:此字段可能返回 null,表示取不到有效值。public Long getItemQuota()
public void setItemQuota(Long ItemQuota)
ItemQuota
- 商品配额
注意:此字段可能返回 null,表示取不到有效值。public Long getTrackQuota()
public void setTrackQuota(Long TrackQuota)
TrackQuota
- 溯源码配额
注意:此字段可能返回 null,表示取不到有效值。public Long getSaleQuota()
public void setSaleQuota(Long SaleQuota)
SaleQuota
- 销售码配额
注意:此字段可能返回 null,表示取不到有效值。public Long getChainQuota()
public void setChainQuota(Long ChainQuota)
ChainQuota
- 上链配额
注意:此字段可能返回 null,表示取不到有效值。public Long getRiskQuota()
public void setRiskQuota(Long RiskQuota)
RiskQuota
- 风控配额
注意:此字段可能返回 null,表示取不到有效值。public Long getTrackType()
public void setTrackType(Long TrackType)
TrackType
- 溯源类型
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 开通版本 lite:轻量版, basic:基础版, standard:标准版
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.