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 命名空间并发使用量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalAllocatedProvisionedMem()
Get 命名空间预置使用量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalConcurrencyMem()
Get 命名空间配额总量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFunctions(String[] Functions)
Set 函数数组
|
void |
setFunctionsCount(Long FunctionsCount)
Set 命名空间函数个数
|
void |
setNamespace(String Namespace)
Set 命名空间名称
|
void |
setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
Set 命名空间并发使用量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalAllocatedProvisionedMem(Long TotalAllocatedProvisionedMem)
Set 命名空间预置使用量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalConcurrencyMem(Long TotalConcurrencyMem)
Set 命名空间配额总量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public 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
- 命名空间配额总量
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalAllocatedConcurrencyMem()
public void setTotalAllocatedConcurrencyMem(Long TotalAllocatedConcurrencyMem)
TotalAllocatedConcurrencyMem
- 命名空间并发使用量
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalAllocatedProvisionedMem()
public void setTotalAllocatedProvisionedMem(Long TotalAllocatedProvisionedMem)
TotalAllocatedProvisionedMem
- 命名空间预置使用量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.