public class BindOrganizationMemberAuthAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BindOrganizationMemberAuthAccountRequest() |
BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest 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 成员Uin。
|
Long[] |
getOrgSubAccountUins()
Get 组织管理员子账号Uin列表。最大5个
|
Long |
getPolicyId()
Get 策略ID。可以调用[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
|
void |
setMemberUin(Long MemberUin)
Set 成员Uin。
|
void |
setOrgSubAccountUins(Long[] OrgSubAccountUins)
Set 组织管理员子账号Uin列表。最大5个
|
void |
setPolicyId(Long PolicyId)
Set 策略ID。可以调用[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
|
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 BindOrganizationMemberAuthAccountRequest()
public BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- 成员Uin。public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略ID。可以调用[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取public Long[] getOrgSubAccountUins()
public void setOrgSubAccountUins(Long[] OrgSubAccountUins)
OrgSubAccountUins
- 组织管理员子账号Uin列表。最大5个Copyright © 2024. All rights reserved.