public class ModifyNamespaceRequest extends AbstractModel
Constructor and Description |
---|
ModifyNamespaceRequest() |
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 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 © 2020. All rights reserved.