public class DetachUserPolicyRequest extends AbstractModel
Constructor and Description |
---|
DetachUserPolicyRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略 idpublic Long getDetachUin()
public void setDetachUin(Long DetachUin)
DetachUin
- 子账号 uinCopyright © 2020. All rights reserved.