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 |
getCreatedAt()
Get 创建时间
|
String |
getName()
Get 名称
|
String |
getStatus()
Get 当前状态
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
|
void |
setName(String Name)
Set 名称
|
void |
setStatus(String Status)
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 Namespace()
public Namespace(Namespace source)
public String getName()
public void setName(String Name)
Name
- 名称public String getStatus()
public void setStatus(String Status)
Status
- 当前状态public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间Copyright © 2022. All rights reserved.