public class ListUsersInOrgNodeResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListUsersInOrgNodeResponse()  | 
ListUsersInOrgNodeResponse(ListUsersInOrgNodeResponse 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 | 
|---|---|
OrgNodeChildUserInfo[] | 
getOrgNodeChildUserInfo()
Get User information list under the organization sub-node. 
 | 
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. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
Long | 
getTotalUserNum()
Get Total number of users under the current organization node. 
 | 
UserInfo[] | 
getUserInfo()
Get User information list. 
 | 
void | 
setOrgNodeChildUserInfo(OrgNodeChildUserInfo[] OrgNodeChildUserInfo)
Set User information list under the organization sub-node. 
 | 
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 | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListUsersInOrgNodeResponse()
public ListUsersInOrgNodeResponse(ListUsersInOrgNodeResponse source)
public OrgNodeChildUserInfo[] getOrgNodeChildUserInfo()
public void setOrgNodeChildUserInfo(OrgNodeChildUserInfo[] OrgNodeChildUserInfo)
OrgNodeChildUserInfo - User information list under the organization sub-node.
Note: this field may return null, indicating that no valid values can be obtained.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.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.