Class DeleteRolesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DeleteRolesRequest
-
public class DeleteRolesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRolesRequest()DeleteRolesRequest(DeleteRolesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 必填字段,集群IdString[]getRoleNames()Get 角色名称数组。voidsetClusterId(String ClusterId)Set 必填字段,集群IdvoidsetRoleNames(String[] RoleNames)Set 角色名称数组。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteRolesRequest
public DeleteRolesRequest()
-
DeleteRolesRequest
public DeleteRolesRequest(DeleteRolesRequest 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.
-
-
Method Detail
-
getRoleNames
public String[] getRoleNames()
Get 角色名称数组。- Returns:
- RoleNames 角色名称数组。
-
setRoleNames
public void setRoleNames(String[] RoleNames)
Set 角色名称数组。- Parameters:
RoleNames- 角色名称数组。
-
getClusterId
public String getClusterId()
Get 必填字段,集群Id- Returns:
- ClusterId 必填字段,集群Id
-
setClusterId
public void setClusterId(String ClusterId)
Set 必填字段,集群Id- Parameters:
ClusterId- 必填字段,集群Id
-
-