Class DetachUserPolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.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 LonggetDetachUin()Get 子账号 uinLonggetPolicyId()Get 策略 idvoidsetDetachUin(Long DetachUin)Set 子账号 uinvoidsetPolicyId(Long PolicyId)Set 策略 idvoidtoMap(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
-
getPolicyId
public Long getPolicyId()
Get 策略 id- Returns:
- PolicyId 策略 id
-
setPolicyId
public void setPolicyId(Long PolicyId)
Set 策略 id- Parameters:
PolicyId- 策略 id
-
getDetachUin
public Long getDetachUin()
Get 子账号 uin- Returns:
- DetachUin 子账号 uin
-
setDetachUin
public void setDetachUin(Long DetachUin)
Set 子账号 uin- Parameters:
DetachUin- 子账号 uin
-
-