public class DeleteOrganizationMemberAuthIdentityRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DeleteOrganizationMemberAuthIdentityRequest() |
DeleteOrganizationMemberAuthIdentityRequest(DeleteOrganizationMemberAuthIdentityRequest 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 |
getIdentityId()
Get 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
Long |
getMemberUin()
Get 成员Uin。
|
void |
setIdentityId(Long IdentityId)
Set 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
|
void |
setMemberUin(Long MemberUin)
Set 成员Uin。
|
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 DeleteOrganizationMemberAuthIdentityRequest()
public DeleteOrganizationMemberAuthIdentityRequest(DeleteOrganizationMemberAuthIdentityRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin - 成员Uin。public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId - 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取Copyright © 2024. All rights reserved.