public class NamespaceUsage extends AbstractModel
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 命名空间名称
|
void |
setFunctions(String[] Functions)
Set 函数数组
|
void |
setFunctionsCount(Long FunctionsCount)
Set 命名空间函数个数
|
void |
setNamespace(String Namespace)
Set 命名空间名称
|
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, 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
- 命名空间函数个数Copyright © 2022. All rights reserved.