public class AttachUserPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttachUserPolicyRequest() |
AttachUserPolicyRequest(AttachUserPolicyRequest 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 |
getAttachUin()
Get 子账号 uin
|
Long |
getPolicyId()
Get 策略 id
|
void |
setAttachUin(Long AttachUin)
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 AttachUserPolicyRequest()
public AttachUserPolicyRequest(AttachUserPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略 idpublic Long getAttachUin()
public void setAttachUin(Long AttachUin)
AttachUin
- 子账号 uinCopyright © 2024. All rights reserved.