public class SendOrgMemberAccountBindEmailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SendOrgMemberAccountBindEmailRequest()  | 
SendOrgMemberAccountBindEmailRequest(SendOrgMemberAccountBindEmailRequest 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 | 
getBindId()
Get Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1). 
 | 
Long | 
getMemberUin()
Get Member uin. 
 | 
void | 
setBindId(Long BindId)
Set Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1). 
 | 
void | 
setMemberUin(Long MemberUin)
Set Member 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 SendOrgMemberAccountBindEmailRequest()
public SendOrgMemberAccountBindEmailRequest(SendOrgMemberAccountBindEmailRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin - Member uin.public Long getBindId()
public void setBindId(Long BindId)
BindId - Bound ID, which can be obtained through describeorganizationmemberemailbind (https://intl.cloud.tencent.com/document/product/850/93332?from_cn_redirect=1).Copyright © 2025. All rights reserved.