public class Namespace extends AbstractModel
| Constructor and Description | 
|---|
| Namespace() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddTime()Get Modification time of the namespace | 
| String | getDescription()Get Namespace description | 
| String | getModTime()Get Creation time of the namespace | 
| String | getName()Get Namespace name | 
| String | getType()Get The default value is default. | 
| void | setAddTime(String AddTime)Set Modification time of the namespace | 
| void | setDescription(String Description)Set Namespace description | 
| void | setModTime(String ModTime)Set Creation time of the namespace | 
| void | setName(String Name)Set Namespace name | 
| void | setType(String Type)Set The default value is default. | 
| 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, toJsonStringpublic String getModTime()
public void setModTime(String ModTime)
ModTime - Creation time of the namespacepublic String getAddTime()
public void setAddTime(String AddTime)
AddTime - Modification time of the namespacepublic String getDescription()
public void setDescription(String Description)
Description - Namespace descriptionpublic String getName()
public void setName(String Name)
Name - Namespace namepublic String getType()
public void setType(String Type)
Type - The default value is default. TCB indicates that the namespace is developed and created through the mini-program cloud.Copyright © 2020. All rights reserved.