public class GovernanceNamespaceInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GovernanceNamespaceInput() | 
| GovernanceNamespaceInput(GovernanceNamespaceInput 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 | getComment()Get 描述信息。 | 
| String[] | getGroupIds()Get 新增的可以操作此命名空间的用户组ID列表 | 
| String | getName()Get 命名空间名。 | 
| String[] | getRemoveGroupIds()Get 移除可以操作此命名空间的用户组ID列表 | 
| String[] | getRemoveUserIds()Get 移除可以操作此命名空间的用户ID列表 | 
| String[] | getServiceExportTo()Get 该命名空间下的服务对哪些命名空间下可见,
1、为空或者不填写,表示仅当前命名空间可见
2、列表内容仅一个元素,且为字符 *,表示所有命名空间可见(包括新增)
3、列表内容为部份命名空间名称,则只对这些命名空间下可见 | 
| Boolean | getSyncToGlobalRegistry()Get 是否开启同步到全局注册中心 | 
| String[] | getUserIds()Get 新增的可以操作此命名空间的用户ID列表 | 
| void | setComment(String Comment)Set 描述信息。 | 
| void | setGroupIds(String[] GroupIds)Set 新增的可以操作此命名空间的用户组ID列表 | 
| void | setName(String Name)Set 命名空间名。 | 
| void | setRemoveGroupIds(String[] RemoveGroupIds)Set 移除可以操作此命名空间的用户组ID列表 | 
| void | setRemoveUserIds(String[] RemoveUserIds)Set 移除可以操作此命名空间的用户ID列表 | 
| void | setServiceExportTo(String[] ServiceExportTo)Set 该命名空间下的服务对哪些命名空间下可见,
1、为空或者不填写,表示仅当前命名空间可见
2、列表内容仅一个元素,且为字符 *,表示所有命名空间可见(包括新增)
3、列表内容为部份命名空间名称,则只对这些命名空间下可见 | 
| void | setSyncToGlobalRegistry(Boolean SyncToGlobalRegistry)Set 是否开启同步到全局注册中心 | 
| void | setUserIds(String[] UserIds)Set 新增的可以操作此命名空间的用户ID列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GovernanceNamespaceInput()
public GovernanceNamespaceInput(GovernanceNamespaceInput source)
public String getName()
public void setName(String Name)
Name - 命名空间名。public String getComment()
public void setComment(String Comment)
Comment - 描述信息。public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - 新增的可以操作此命名空间的用户ID列表public String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds - 新增的可以操作此命名空间的用户组ID列表public String[] getRemoveUserIds()
public void setRemoveUserIds(String[] RemoveUserIds)
RemoveUserIds - 移除可以操作此命名空间的用户ID列表public String[] getRemoveGroupIds()
public void setRemoveGroupIds(String[] RemoveGroupIds)
RemoveGroupIds - 移除可以操作此命名空间的用户组ID列表public String[] getServiceExportTo()
public void setServiceExportTo(String[] ServiceExportTo)
ServiceExportTo - 该命名空间下的服务对哪些命名空间下可见,
1、为空或者不填写,表示仅当前命名空间可见
2、列表内容仅一个元素,且为字符 *,表示所有命名空间可见(包括新增)
3、列表内容为部份命名空间名称,则只对这些命名空间下可见public Boolean getSyncToGlobalRegistry()
public void setSyncToGlobalRegistry(Boolean SyncToGlobalRegistry)
SyncToGlobalRegistry - 是否开启同步到全局注册中心Copyright © 2025. All rights reserved.