public class ModifyUserPrivilegesV3Request extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUserPrivilegesV3Request() |
ModifyUserPrivilegesV3Request(ModifyUserPrivilegesV3Request 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 |
getDefaultComputeGroup()
Get 默认计算组
|
String |
getInstanceId()
Get 集群id
|
String[] |
getUpdateComputeGroups()
Get 需绑定计算组列表
|
Long |
getUpdateType()
Get 更新类型,默认0,1为更新绑定计算组,2为更新默认计算组
|
String |
getUserName()
Get 用户名
|
UpdateUserPrivileges |
getUserPrivileges()
Get 用户权限
|
String |
getWhiteHost()
Get 用户链接来自的 IP
|
void |
setDefaultComputeGroup(String DefaultComputeGroup)
Set 默认计算组
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setUpdateComputeGroups(String[] UpdateComputeGroups)
Set 需绑定计算组列表
|
void |
setUpdateType(Long UpdateType)
Set 更新类型,默认0,1为更新绑定计算组,2为更新默认计算组
|
void |
setUserName(String UserName)
Set 用户名
|
void |
setUserPrivileges(UpdateUserPrivileges UserPrivileges)
Set 用户权限
|
void |
setWhiteHost(String WhiteHost)
Set 用户链接来自的 IP
|
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 ModifyUserPrivilegesV3Request()
public ModifyUserPrivilegesV3Request(ModifyUserPrivilegesV3Request source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic String getUserName()
public void setUserName(String UserName)
UserName
- 用户名public UpdateUserPrivileges getUserPrivileges()
public void setUserPrivileges(UpdateUserPrivileges UserPrivileges)
UserPrivileges
- 用户权限public String getWhiteHost()
public void setWhiteHost(String WhiteHost)
WhiteHost
- 用户链接来自的 IPpublic Long getUpdateType()
public void setUpdateType(Long UpdateType)
UpdateType
- 更新类型,默认0,1为更新绑定计算组,2为更新默认计算组public String[] getUpdateComputeGroups()
public void setUpdateComputeGroups(String[] UpdateComputeGroups)
UpdateComputeGroups
- 需绑定计算组列表public String getDefaultComputeGroup()
public void setDefaultComputeGroup(String DefaultComputeGroup)
DefaultComputeGroup
- 默认计算组Copyright © 2025. All rights reserved.