public class QueueQuota extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getMaxQueue()
Get 可创建最大Queue数
|
Long |
getUsedQueue()
Get 已创建Queue数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxQueue(Long MaxQueue)
Set 可创建最大Queue数
|
void |
setUsedQueue(Long UsedQueue)
Set 已创建Queue数
注意:此字段可能返回 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 QueueQuota()
public QueueQuota(QueueQuota source)
public Long getMaxQueue()
public void setMaxQueue(Long MaxQueue)
MaxQueue
- 可创建最大Queue数public Long getUsedQueue()
public void setUsedQueue(Long UsedQueue)
UsedQueue
- 已创建Queue数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.