public class DescribeTeamMembersInfoResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTeamMembersInfoResp() | 
| DescribeTeamMembersInfoResp(DescribeTeamMembersInfoResp 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 | getUserAccount()Get User account
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUserId()Get User ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUserName()Get Username
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUserRoles()Get Role
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUserAccount(String UserAccount)Set User account
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUserId(String UserId)Set User ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUserName(String UserName)Set Username
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUserRoles(String UserRoles)Set Role
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 DescribeTeamMembersInfoResp()
public DescribeTeamMembersInfoResp(DescribeTeamMembersInfoResp source)
public String getUserId()
public void setUserId(String UserId)
UserId - User ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUserAccount()
public void setUserAccount(String UserAccount)
UserAccount - User account
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName - Username
Note: This field may return null, indicating that no valid values can be obtained.public String getUserRoles()
public void setUserRoles(String UserRoles)
UserRoles - Role
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.