public class CreateOrganizationMemberAuthIdentityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrganizationMemberAuthIdentityRequest() |
CreateOrganizationMemberAuthIdentityRequest(CreateOrganizationMemberAuthIdentityRequest 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[] |
getIdentityIds()
Get 身份Id列表。最多5个,可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
Long[] |
getMemberUins()
Get 成员Uin列表。最多10个
|
void |
setIdentityIds(Long[] IdentityIds)
Set 身份Id列表。最多5个,可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
void |
setMemberUins(Long[] MemberUins)
Set 成员Uin列表。最多10个
|
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 CreateOrganizationMemberAuthIdentityRequest()
public CreateOrganizationMemberAuthIdentityRequest(CreateOrganizationMemberAuthIdentityRequest source)
public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins
- 成员Uin列表。最多10个public Long[] getIdentityIds()
public void setIdentityIds(Long[] IdentityIds)
IdentityIds
- 身份Id列表。最多5个,可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取Copyright © 2024. All rights reserved.