Class UsageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.UsageInfo
-
public class UsageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceUsage[]getNamespace()Get 命名空间详情LonggetNamespacesCount()Get 命名空间个数LonggetTotalAllocatedConcurrencyMem()Get 当前地域用户已配置并发内存额度LonggetTotalConcurrencyMem()Get 当前地域用户并发内存配额上限LonggetUserConcurrencyMemLimit()Get 用户实际配置的账号并发配额voidsetNamespace(NamespaceUsage[] Namespace)Set 命名空间详情voidsetNamespacesCount(Long NamespacesCount)Set 命名空间个数voidsetTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)Set 当前地域用户已配置并发内存额度voidsetTotalConcurrencyMem(Long TotalConcurrencyMem)Set 当前地域用户并发内存配额上限voidsetUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)Set 用户实际配置的账号并发配额voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UsageInfo
public UsageInfo()
-
UsageInfo
public 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.
-
-
Method Detail
-
getNamespacesCount
public Long getNamespacesCount()
Get 命名空间个数- Returns:
- NamespacesCount 命名空间个数
-
setNamespacesCount
public void setNamespacesCount(Long NamespacesCount)
Set 命名空间个数- Parameters:
NamespacesCount- 命名空间个数
-
getNamespace
public NamespaceUsage[] getNamespace()
Get 命名空间详情- Returns:
- Namespace 命名空间详情
-
setNamespace
public void setNamespace(NamespaceUsage[] Namespace)
Set 命名空间详情- Parameters:
Namespace- 命名空间详情
-
getTotalConcurrencyMem
public Long getTotalConcurrencyMem()
Get 当前地域用户并发内存配额上限- Returns:
- TotalConcurrencyMem 当前地域用户并发内存配额上限
-
setTotalConcurrencyMem
public void setTotalConcurrencyMem(Long TotalConcurrencyMem)
Set 当前地域用户并发内存配额上限- Parameters:
TotalConcurrencyMem- 当前地域用户并发内存配额上限
-
getTotalAllocatedConcurrencyMem
public Long getTotalAllocatedConcurrencyMem()
Get 当前地域用户已配置并发内存额度- Returns:
- TotalAllocatedConcurrencyMem 当前地域用户已配置并发内存额度
-
setTotalAllocatedConcurrencyMem
public void setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
Set 当前地域用户已配置并发内存额度- Parameters:
TotalAllocatedConcurrencyMem- 当前地域用户已配置并发内存额度
-
getUserConcurrencyMemLimit
public Long getUserConcurrencyMemLimit()
Get 用户实际配置的账号并发配额- Returns:
- UserConcurrencyMemLimit 用户实际配置的账号并发配额
-
setUserConcurrencyMemLimit
public void setUserConcurrencyMemLimit(Long UserConcurrencyMemLimit)
Set 用户实际配置的账号并发配额- Parameters:
UserConcurrencyMemLimit- 用户实际配置的账号并发配额
-
-