public class UsageQuota extends AbstractModel
Constructor and Description |
---|
UsageQuota() |
UsageQuota(UsageQuota 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 |
getChainCnt()
Get 区块链上链次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCorpId()
Get 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFactoryCnt()
Get 商户配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getItemCnt()
Get 商品数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRiskCnt()
Get 营销风控次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSaleCnt()
Get 营销码额度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTrackCnt()
Get 溯源码量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChainCnt(Long ChainCnt)
Set 区块链上链次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCorpId(Long CorpId)
Set 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFactoryCnt(Long FactoryCnt)
Set 商户配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setItemCnt(Long ItemCnt)
Set 商品数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRiskCnt(Long RiskCnt)
Set 营销风控次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSaleCnt(Long SaleCnt)
Set 营销码额度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrackCnt(Long TrackCnt)
Set 溯源码量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 UsageQuota()
public UsageQuota(UsageQuota source)
public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业ID
注意:此字段可能返回 null,表示取不到有效值。public Long getFactoryCnt()
public void setFactoryCnt(Long FactoryCnt)
FactoryCnt
- 商户配额
注意:此字段可能返回 null,表示取不到有效值。public Long getItemCnt()
public void setItemCnt(Long ItemCnt)
ItemCnt
- 商品数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTrackCnt()
public void setTrackCnt(Long TrackCnt)
TrackCnt
- 溯源码量
注意:此字段可能返回 null,表示取不到有效值。public Long getSaleCnt()
public void setSaleCnt(Long SaleCnt)
SaleCnt
- 营销码额度
注意:此字段可能返回 null,表示取不到有效值。public Long getChainCnt()
public void setChainCnt(Long ChainCnt)
ChainCnt
- 区块链上链次数
注意:此字段可能返回 null,表示取不到有效值。public Long getRiskCnt()
public void setRiskCnt(Long RiskCnt)
RiskCnt
- 营销风控次数
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.