public class GovernanceNamespace extends AbstractModel
header, skipSign
Constructor and Description |
---|
GovernanceNamespace() |
GovernanceNamespace(GovernanceNamespace 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 |
getCreateTime()
Get 创建时间。
|
Boolean |
getEditable()
Get 是否可以编辑
|
String[] |
getGroupIds()
Get 可以操作此命名空间的用户组ID列表
|
String |
getId()
Get 命名空间ID
|
String |
getModifyTime()
Get 修改时间。
|
String |
getName()
Get 命名空间名称。
|
String[] |
getRemoveGroupIds()
Get 移除可以操作此命名空间的用户组ID列表
|
String[] |
getRemoveUserIds()
Get 移除可以操作此命名空间的用户ID列表
|
String[] |
getServiceExportTo()
Get 该命名空间下的服务对哪些命名空间可见
|
Boolean |
getSyncToGlobalRegistry()
Get 是否开启同步到全局注册中心
|
Long |
getTotalHealthInstanceCount()
Get 命名空间下总健康实例数量
|
Long |
getTotalInstanceCount()
Get 命名空间下总实例数量
|
Long |
getTotalServiceCount()
Get 命名空间下总服务数据量
|
String[] |
getUserIds()
Get 可以操作此命名空间的用户ID列表
|
void |
setComment(String Comment)
Set 命名空间描述信息。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setEditable(Boolean Editable)
Set 是否可以编辑
|
void |
setGroupIds(String[] GroupIds)
Set 可以操作此命名空间的用户组ID列表
|
void |
setId(String Id)
Set 命名空间ID
|
void |
setModifyTime(String ModifyTime)
Set 修改时间。
|
void |
setName(String Name)
Set 命名空间名称。
|
void |
setRemoveGroupIds(String[] RemoveGroupIds)
Set 移除可以操作此命名空间的用户组ID列表
|
void |
setRemoveUserIds(String[] RemoveUserIds)
Set 移除可以操作此命名空间的用户ID列表
|
void |
setServiceExportTo(String[] ServiceExportTo)
Set 该命名空间下的服务对哪些命名空间可见
|
void |
setSyncToGlobalRegistry(Boolean SyncToGlobalRegistry)
Set 是否开启同步到全局注册中心
|
void |
setTotalHealthInstanceCount(Long TotalHealthInstanceCount)
Set 命名空间下总健康实例数量
|
void |
setTotalInstanceCount(Long TotalInstanceCount)
Set 命名空间下总实例数量
|
void |
setTotalServiceCount(Long TotalServiceCount)
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, toJsonString
public GovernanceNamespace()
public GovernanceNamespace(GovernanceNamespace source)
public String getName()
public void setName(String Name)
Name
- 命名空间名称。public String getComment()
public void setComment(String Comment)
Comment
- 命名空间描述信息。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间。public Long getTotalServiceCount()
public void setTotalServiceCount(Long TotalServiceCount)
TotalServiceCount
- 命名空间下总服务数据量public Long getTotalHealthInstanceCount()
public void setTotalHealthInstanceCount(Long TotalHealthInstanceCount)
TotalHealthInstanceCount
- 命名空间下总健康实例数量public Long getTotalInstanceCount()
public void setTotalInstanceCount(Long TotalInstanceCount)
TotalInstanceCount
- 命名空间下总实例数量public String getId()
public void setId(String Id)
Id
- 命名空间IDpublic Boolean getEditable()
public void setEditable(Boolean Editable)
Editable
- 是否可以编辑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
- 该命名空间下的服务对哪些命名空间可见public Boolean getSyncToGlobalRegistry()
public void setSyncToGlobalRegistry(Boolean SyncToGlobalRegistry)
SyncToGlobalRegistry
- 是否开启同步到全局注册中心Copyright © 2025. All rights reserved.