public class UpdateNamespaceRequest extends AbstractModel
Constructor and Description |
---|
UpdateNamespaceRequest() |
UpdateNamespaceRequest(UpdateNamespaceRequest 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 |
getDescription()
Get 命名空间描述
|
String |
getNamespace()
Get 命名空间名称
|
void |
setDescription(String Description)
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 UpdateNamespaceRequest()
public UpdateNamespaceRequest(UpdateNamespaceRequest source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间名称public String getDescription()
public void setDescription(String Description)
Description
- 命名空间描述Copyright © 2021. All rights reserved.