public class UpdateUserGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateUserGroupRequest() | 
| UpdateUserGroupRequest(UpdateUserGroupRequest 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 | getDescription()Get 用户组描述 | 
| String | getDisplayName()Get 用户组名称 | 
| String | getUserGroupId()Get 用户组ID | 
| String | getUserStoreId()Get 用户目录ID | 
| void | setDescription(String Description)Set 用户组描述 | 
| void | setDisplayName(String DisplayName)Set 用户组名称 | 
| void | setUserGroupId(String UserGroupId)Set 用户组ID | 
| void | setUserStoreId(String UserStoreId)Set 用户目录ID | 
| 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 UpdateUserGroupRequest()
public UpdateUserGroupRequest(UpdateUserGroupRequest source)
public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - 用户组IDpublic String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 用户组名称public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId - 用户目录IDpublic String getDescription()
public void setDescription(String Description)
Description - 用户组描述Copyright © 2025. All rights reserved.