public class AttachUserPolicyRequest extends AbstractModel
Constructor and Description |
---|
AttachUserPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAttachUin()
获取子账号 uin
|
Long |
getPolicyId()
获取策略 id
|
void |
setAttachUin(Long AttachUin)
设置子账号 uin
|
void |
setPolicyId(Long PolicyId)
设置策略 id
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略 idpublic Long getAttachUin()
public void setAttachUin(Long AttachUin)
AttachUin
- 子账号 uinCopyright © 2019. All rights reserved.