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 | getDescription()Get 用户组备注,长度限制:512个字符。 | 
| String | getDisplayName()Get 用户组昵称,长度限制:64个字符。 DisplayName是唯一的。 | 
| void | setDescription(String Description)Set 用户组备注,长度限制:512个字符。 | 
| void | setDisplayName(String DisplayName)Set 用户组昵称,长度限制:64个字符。 DisplayName是唯一的。 | 
| 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 getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 用户组昵称,长度限制:64个字符。 DisplayName是唯一的。public String getDescription()
public void setDescription(String Description)
Description - 用户组备注,长度限制:512个字符。Copyright © 2025. All rights reserved.