Class ExchangeQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.ExchangeQuota
-
public class ExchangeQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExchangeQuota()ExchangeQuota(ExchangeQuota 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 LonggetMaxExchange()Get 可创建最大exchange数LonggetUsedExchange()Get 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxExchange(Long MaxExchange)Set 可创建最大exchange数voidsetUsedExchange(Long UsedExchange)Set 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。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
-
ExchangeQuota
public ExchangeQuota()
-
ExchangeQuota
public ExchangeQuota(ExchangeQuota 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
-
getMaxExchange
public Long getMaxExchange()
Get 可创建最大exchange数- Returns:
- MaxExchange 可创建最大exchange数
-
setMaxExchange
public void setMaxExchange(Long MaxExchange)
Set 可创建最大exchange数- Parameters:
MaxExchange- 可创建最大exchange数
-
getUsedExchange
public Long getUsedExchange()
Get 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsedExchange 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。
-
setUsedExchange
public void setUsedExchange(Long UsedExchange)
Set 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsedExchange- 已创建exchange数 注意:此字段可能返回 null,表示取不到有效值。
-
-