public class NamespaceUsage extends AbstractModel
Constructor and Description |
---|
NamespaceUsage() |
Modifier and Type | Method and Description |
---|---|
String[] |
getFunctions()
Get Function array
|
Long |
getFunctionsCount()
Get Number of functions in namespace
|
String |
getNamespace()
Get Namespace name
|
void |
setFunctions(String[] Functions)
Set Function array
|
void |
setFunctionsCount(Long FunctionsCount)
Set Number of functions in namespace
|
void |
setNamespace(String Namespace)
Set Namespace name
|
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
- Function arraypublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Namespace namepublic Long getFunctionsCount()
public void setFunctionsCount(Long FunctionsCount)
FunctionsCount
- Number of functions in namespaceCopyright © 2021. All rights reserved.