public class NamespaceUsage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NamespaceUsage() | 
| NamespaceUsage(NamespaceUsage 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[] | getFunctions()Get 函数数组 | 
| Long | getFunctionsCount()Get 命名空间函数个数 | 
| String | getNamespace()Get 命名空间名称 | 
| Long | getTotalAllocatedConcurrencyMem()Get 命名空间并发使用量 | 
| Long | getTotalAllocatedProvisionedMem()Get 命名空间预置使用量 | 
| Long | getTotalConcurrencyMem()Get 命名空间配额总量 | 
| void | setFunctions(String[] Functions)Set 函数数组 | 
| void | setFunctionsCount(Long FunctionsCount)Set 命名空间函数个数 | 
| void | setNamespace(String Namespace)Set 命名空间名称 | 
| void | setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)Set 命名空间并发使用量 | 
| void | setTotalAllocatedProvisionedMem(Long TotalAllocatedProvisionedMem)Set 命名空间预置使用量 | 
| void | setTotalConcurrencyMem(Long TotalConcurrencyMem)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 NamespaceUsage()
public NamespaceUsage(NamespaceUsage source)
public String[] getFunctions()
public void setFunctions(String[] Functions)
Functions - 函数数组public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 命名空间名称public Long getFunctionsCount()
public void setFunctionsCount(Long FunctionsCount)
FunctionsCount - 命名空间函数个数public Long getTotalConcurrencyMem()
public void setTotalConcurrencyMem(Long TotalConcurrencyMem)
TotalConcurrencyMem - 命名空间配额总量public Long getTotalAllocatedConcurrencyMem()
public void setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
TotalAllocatedConcurrencyMem - 命名空间并发使用量public Long getTotalAllocatedProvisionedMem()
public void setTotalAllocatedProvisionedMem(Long TotalAllocatedProvisionedMem)
TotalAllocatedProvisionedMem - 命名空间预置使用量Copyright © 2025. All rights reserved.