public class OrgNodeChildUserInfo extends AbstractModel
| Constructor and Description | 
|---|
| OrgNodeChildUserInfo() | 
| OrgNodeChildUserInfo(OrgNodeChildUserInfo 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 | 
|---|---|
| String | getOrgNodeId()Get Organization node ID, which is globally unique and can contain up to 64 characters. | 
| String | getOrgNodeIdPath()Get Organization ID path. | 
| String | getOrgNodeNamePath()Get Organization name path. | 
| Long | getTotalUserNum()Get Total number of users under the current organization node. | 
| UserInfo[] | getUserInfo()Get User information list. | 
| void | setOrgNodeId(String OrgNodeId)Set Organization node ID, which is globally unique and can contain up to 64 characters. | 
| void | setOrgNodeIdPath(String OrgNodeIdPath)Set Organization ID path. | 
| void | setOrgNodeNamePath(String OrgNodeNamePath)Set Organization name path. | 
| void | setTotalUserNum(Long TotalUserNum)Set Total number of users under the current organization node. | 
| void | setUserInfo(UserInfo[] UserInfo)Set User information 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 OrgNodeChildUserInfo()
public OrgNodeChildUserInfo(OrgNodeChildUserInfo source)
public String getOrgNodeId()
public void setOrgNodeId(String OrgNodeId)
OrgNodeId - Organization node ID, which is globally unique and can contain up to 64 characters.
Note: this field may return null, indicating that no valid values can be obtained.public UserInfo[] getUserInfo()
public void setUserInfo(UserInfo[] UserInfo)
UserInfo - User information list.
Note: this field may return null, indicating that no valid values can be obtained.public Long getTotalUserNum()
public void setTotalUserNum(Long TotalUserNum)
TotalUserNum - Total number of users under the current organization node.
Note: this field may return null, indicating that no valid values can be obtained.public String getOrgNodeIdPath()
public void setOrgNodeIdPath(String OrgNodeIdPath)
OrgNodeIdPath - Organization ID path.
Note: this field may return null, indicating that no valid values can be obtained.public String getOrgNodeNamePath()
public void setOrgNodeNamePath(String OrgNodeNamePath)
OrgNodeNamePath - Organization name path.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.