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[] |
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 |
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 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列表Copyright © 2024. All rights reserved.