public class QueueQuota extends AbstractModel
header, 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数 | 
| void | setMaxQueue(Long MaxQueue)Set 可创建最大Queue数 | 
| void | setUsedQueue(Long UsedQueue)Set 已创建Queue数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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数Copyright © 2025. All rights reserved.