public class Namespace extends AbstractModel
Constructor and Description |
---|
Namespace() |
Namespace(Namespace 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 |
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, toJsonString
public Namespace()
public Namespace(Namespace source)
public 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 © 2023. All rights reserved.