public class ModifyNamespaceRequest extends AbstractModel
Constructor and Description |
---|
ModifyNamespaceRequest() |
ModifyNamespaceRequest(ModifyNamespaceRequest 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 |
---|---|
Boolean |
getIsPublic()
Get 访问级别,True为公开,False为私有
|
String |
getNamespaceName()
Get 命名空间名称
|
String |
getRegistryId()
Get 实例Id
|
void |
setIsPublic(Boolean IsPublic)
Set 访问级别,True为公开,False为私有
|
void |
setNamespaceName(String NamespaceName)
Set 命名空间名称
|
void |
setRegistryId(String RegistryId)
Set 实例Id
|
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 ModifyNamespaceRequest()
public ModifyNamespaceRequest(ModifyNamespaceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例Idpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- 命名空间名称public Boolean getIsPublic()
public void setIsPublic(Boolean IsPublic)
IsPublic
- 访问级别,True为公开,False为私有Copyright © 2022. All rights reserved.