public class PutTotalConcurrencyConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
PutTotalConcurrencyConfigRequest()  | 
PutTotalConcurrencyConfigRequest(PutTotalConcurrencyConfigRequest 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 | 
|---|---|
String | 
getNamespace()
Get Namespace. 
 | 
Long | 
getTotalConcurrencyMem()
Get Account concurrency memory quota. 
 | 
void | 
setNamespace(String Namespace)
Set Namespace. 
 | 
void | 
setTotalConcurrencyMem(Long TotalConcurrencyMem)
Set Account concurrency memory quota. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic PutTotalConcurrencyConfigRequest()
public PutTotalConcurrencyConfigRequest(PutTotalConcurrencyConfigRequest source)
public Long getTotalConcurrencyMem()
public void setTotalConcurrencyMem(Long TotalConcurrencyMem)
TotalConcurrencyMem - Account concurrency memory quota. Note: the lower limit for the account concurrency memory quota is the user's total concurrency memory used + 12800public String getNamespace()
public void setNamespace(String Namespace)
Namespace - Namespace. Default value: `default`Copyright © 2022. All rights reserved.