public class CancelOrganizationMemberAuthAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CancelOrganizationMemberAuthAccountRequest()  | 
CancelOrganizationMemberAuthAccountRequest(CancelOrganizationMemberAuthAccountRequest 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 | 
getMemberUin()
Get Member UIN. 
 | 
Long | 
getOrgSubAccountUin()
Get Organization sub-account UIN. 
 | 
Long | 
getPolicyId()
Get Policy ID, which can be obtained through [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1). 
 | 
void | 
setMemberUin(Long MemberUin)
Set Member UIN. 
 | 
void | 
setOrgSubAccountUin(Long OrgSubAccountUin)
Set Organization sub-account UIN. 
 | 
void | 
setPolicyId(Long PolicyId)
Set Policy ID, which can be obtained through [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1). 
 | 
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, toJsonStringpublic CancelOrganizationMemberAuthAccountRequest()
public CancelOrganizationMemberAuthAccountRequest(CancelOrganizationMemberAuthAccountRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin - Member UIN.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - Policy ID, which can be obtained through [DescribeOrganizationMemberPolicies](https://intl.cloud.tencent.com/document/product/850/82935?from_cn_redirect=1).public Long getOrgSubAccountUin()
public void setOrgSubAccountUin(Long OrgSubAccountUin)
OrgSubAccountUin - Organization sub-account UIN.Copyright © 2025. All rights reserved.