public class MoveOrganizationMembersToNodeRequest extends AbstractModel
Constructor and Description |
---|
MoveOrganizationMembersToNodeRequest() |
MoveOrganizationMembersToNodeRequest(MoveOrganizationMembersToNodeRequest 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 |
getNodeId()
Get 组织单元ID
|
Long[] |
getUins()
Get 成员UIN列表
|
void |
setNodeId(Long NodeId)
Set 组织单元ID
|
void |
setUins(Long[] Uins)
Set 成员UIN列表
|
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, toJsonString
public MoveOrganizationMembersToNodeRequest()
public MoveOrganizationMembersToNodeRequest(MoveOrganizationMembersToNodeRequest source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 组织单元IDpublic Long[] getUins()
public void setUins(Long[] Uins)
Uins
- 成员UIN列表Copyright © 2021. All rights reserved.