public class NamespaceUsage extends AbstractModel
Constructor and Description |
---|
NamespaceUsage() |
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 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 © 2021. All rights reserved.