public class ModifyUserGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyUserGroupRequest() | 
| ModifyUserGroupRequest(ModifyUserGroupRequest 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 | 
| Long | getId()Get 用户组ID | 
| String | getName()Get 用户组名 | 
| void | setDepartmentId(String DepartmentId)Set 用户组所属的部门ID,如:1.2.3 | 
| void | setId(Long Id)Set 用户组ID | 
| void | setName(String Name)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 ModifyUserGroupRequest()
public ModifyUserGroupRequest(ModifyUserGroupRequest source)
public Long getId()
public void setId(Long Id)
Id - 用户组IDpublic String getName()
public void setName(String Name)
Name - 用户组名public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId - 用户组所属的部门ID,如:1.2.3Copyright © 2025. All rights reserved.