public class BindOrganizationMemberAuthAccountRequest extends AbstractModel
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。
|
Long |
getPolicyId()
Get 策略ID。
|
void |
setMemberUin(Long MemberUin)
Set 成员Uin。
|
void |
setOrgSubAccountUins(Long[] OrgSubAccountUins)
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 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。public Long[] getOrgSubAccountUins()
public void setOrgSubAccountUins(Long[] OrgSubAccountUins)
OrgSubAccountUins
- 组织子账号Uin。Copyright © 2022. All rights reserved.