public class CreateUserGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateUserGroupRequest() | 
| CreateUserGroupRequest(CreateUserGroupRequest 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 | getDepartmentId()Get 用户组所属部门的ID,如:1.2.3 | 
| String | getName()Get 用户组名,最大长度32字符 | 
| void | setDepartmentId(String DepartmentId)Set 用户组所属部门的ID,如:1.2.3 | 
| void | setName(String Name)Set 用户组名,最大长度32字符 | 
| 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 CreateUserGroupRequest()
public CreateUserGroupRequest(CreateUserGroupRequest source)
public String getName()
public void setName(String Name)
Name - 用户组名,最大长度32字符public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId - 用户组所属部门的ID,如:1.2.3Copyright © 2025. All rights reserved.