public class UsageInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UsageInfo() | 
| UsageInfo(UsageInfo 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 | 
|---|---|
| NamespaceUsage[] | getNamespace()Get 命名空间详情 | 
| Long | getNamespacesCount()Get 命名空间个数 | 
| Long | getTotalAllocatedConcurrencyMem()Get 当前地域用户已配置并发内存额度 | 
| Long | getTotalConcurrencyMem()Get 当前地域用户并发内存配额上限 | 
| Long | getUserConcurrencyMemLimit()Get 用户实际配置的账号并发配额 | 
| void | setNamespace(NamespaceUsage[] Namespace)Set 命名空间详情 | 
| void | setNamespacesCount(Long NamespacesCount)Set 命名空间个数 | 
| void | setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)Set 当前地域用户已配置并发内存额度 | 
| void | setTotalConcurrencyMem(Long TotalConcurrencyMem)Set 当前地域用户并发内存配额上限 | 
| void | setUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)Set 用户实际配置的账号并发配额 | 
| 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 UsageInfo()
public UsageInfo(UsageInfo source)
public Long getNamespacesCount()
public void setNamespacesCount(Long NamespacesCount)
NamespacesCount - 命名空间个数public NamespaceUsage[] getNamespace()
public void setNamespace(NamespaceUsage[] Namespace)
Namespace - 命名空间详情public Long getTotalConcurrencyMem()
public void setTotalConcurrencyMem(Long TotalConcurrencyMem)
TotalConcurrencyMem - 当前地域用户并发内存配额上限public Long getTotalAllocatedConcurrencyMem()
public void setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
TotalAllocatedConcurrencyMem - 当前地域用户已配置并发内存额度public Long getUserConcurrencyMemLimit()
public void setUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)
UserConcurrencyMemLimit - 用户实际配置的账号并发配额Copyright © 2025. All rights reserved.