public class MoveOrganizationNodeMembersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MoveOrganizationNodeMembersRequest()  | 
MoveOrganizationNodeMembersRequest(MoveOrganizationNodeMembersRequest 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 list of the members. 
 | 
Long | 
getNodeId()
Get Organization node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1). 
 | 
void | 
setMemberUin(Long[] MemberUin)
Set Uin list of the members. 
 | 
void | 
setNodeId(Long NodeId)
Set Organization node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1). 
 | 
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 MoveOrganizationNodeMembersRequest()
public MoveOrganizationNodeMembersRequest(MoveOrganizationNodeMembersRequest source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId - Organization node ID, which can be obtained through [DescribeOrganizationNodes](https://intl.cloud.tencent.com/document/product/850/82926?from_cn_redirect=1).public Long[] getMemberUin()
public void setMemberUin(Long[] MemberUin)
MemberUin - Uin list of the members.Copyright © 2025. All rights reserved.