public class UserAndGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UserAndGroup() | 
| UserAndGroup(UserAndGroup 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 | getUserGroup()Get 用户组 | 
| String | getUserName()Get 用户名 | 
| void | setUserGroup(String UserGroup)Set 用户组 | 
| void | setUserName(String UserName)Set 用户名 | 
| 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 UserAndGroup()
public UserAndGroup(UserAndGroup source)
public String getUserName()
public void setUserName(String UserName)
UserName - 用户名public String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup - 用户组Copyright © 2025. All rights reserved.