Class DetachUserPolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DetachUserPolicyRequest
-
public class DetachUserPolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DetachUserPolicyRequest()DetachUserPolicyRequest(DetachUserPolicyRequest 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 Policy[]getPolicySet()Get 解绑的权限集合StringgetUserId()Get 用户Id,和CAM侧Uin匹配voidsetPolicySet(Policy[] PolicySet)Set 解绑的权限集合voidsetUserId(String UserId)Set 用户Id,和CAM侧Uin匹配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
-
DetachUserPolicyRequest
public DetachUserPolicyRequest()
-
DetachUserPolicyRequest
public DetachUserPolicyRequest(DetachUserPolicyRequest 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
-
getUserId
public String getUserId()
Get 用户Id,和CAM侧Uin匹配- Returns:
- UserId 用户Id,和CAM侧Uin匹配
-
setUserId
public void setUserId(String UserId)
Set 用户Id,和CAM侧Uin匹配- Parameters:
UserId- 用户Id,和CAM侧Uin匹配
-
getPolicySet
public Policy[] getPolicySet()
Get 解绑的权限集合- Returns:
- PolicySet 解绑的权限集合
-
setPolicySet
public void setPolicySet(Policy[] PolicySet)
Set 解绑的权限集合- Parameters:
PolicySet- 解绑的权限集合
-
-