Class QueueQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.QueueQuota
-
public class QueueQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueueQuota()QueueQuota(QueueQuota 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 LonggetMaxQueue()Get 可创建最大Queue数LonggetUsedQueue()Get 已创建Queue数 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxQueue(Long MaxQueue)Set 可创建最大Queue数voidsetUsedQueue(Long UsedQueue)Set 已创建Queue数 注意:此字段可能返回 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
-
QueueQuota
public QueueQuota()
-
QueueQuota
public QueueQuota(QueueQuota 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
-
getMaxQueue
public Long getMaxQueue()
Get 可创建最大Queue数- Returns:
- MaxQueue 可创建最大Queue数
-
setMaxQueue
public void setMaxQueue(Long MaxQueue)
Set 可创建最大Queue数- Parameters:
MaxQueue- 可创建最大Queue数
-
getUsedQueue
public Long getUsedQueue()
Get 已创建Queue数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsedQueue 已创建Queue数 注意:此字段可能返回 null,表示取不到有效值。
-
setUsedQueue
public void setUsedQueue(Long UsedQueue)
Set 已创建Queue数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsedQueue- 已创建Queue数 注意:此字段可能返回 null,表示取不到有效值。
-
-