public class DetachUserPolicyRequest extends AbstractModel
| 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 Sub-account UIN | 
| Long | getPolicyId()Get Policy ID | 
| void | setDetachUin(Long DetachUin)Set Sub-account UIN | 
| void | setPolicyId(Long PolicyId)Set Policy 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, toJsonStringpublic DetachUserPolicyRequest()
public DetachUserPolicyRequest(DetachUserPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - Policy IDpublic Long getDetachUin()
public void setDetachUin(Long DetachUin)
DetachUin - Sub-account UINCopyright © 2023. All rights reserved.