public class MoveOrganizationMembersToNodeRequest extends AbstractModel
| Constructor and Description | 
|---|
| MoveOrganizationMembersToNodeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getNodeId()Get Organizational unit ID | 
| Long[] | getUins()Get Member UIN list | 
| void | setNodeId(Long NodeId)Set Organizational unit ID | 
| void | setUins(Long[] Uins)Set Member UIN list | 
| 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, toJsonStringpublic MoveOrganizationMembersToNodeRequest()
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId - Organizational unit IDpublic Long[] getUins()
public void setUins(Long[] Uins)
Uins - Member UIN listCopyright © 2020. All rights reserved.