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 Specifies the maximum number of queues that can be created. 
 | 
Long | 
getUsedQueue()
Get Number of queues created. 
 | 
void | 
setMaxQueue(Long MaxQueue)
Set Specifies the maximum number of queues that can be created. 
 | 
void | 
setUsedQueue(Long UsedQueue)
Set Number of queues created. 
 | 
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 - Specifies the maximum number of queues that can be created.public Long getUsedQueue()
public void setUsedQueue(Long UsedQueue)
UsedQueue - Number of queues created.Copyright © 2025. All rights reserved.