public class DetachUserPolicyRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDetachUin()
Get 子账号 uin
|
Long |
getPolicyId()
Get 策略 id
|
void |
setDetachUin(Long DetachUin)
Set 子账号 uin
|
void |
setPolicyId(Long PolicyId)
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 DetachUserPolicyRequest()
public DetachUserPolicyRequest(DetachUserPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略 idpublic Long getDetachUin()
public void setDetachUin(Long DetachUin)
DetachUin
- 子账号 uinCopyright © 2024. All rights reserved.