public class CreateGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateGroupRequest() | 
| CreateGroupRequest(CreateGroupRequest 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 User group description, which contains up to 1024 characters. | 
| String | getGroupName()Get User group name, which contains up to 128 characters, including English letters, digits, and special characters (-). | 
| String | getGroupType()Get User group type. | 
| String | getZoneId()Get Space ID. | 
| void | setDescription(String Description)Set User group description, which contains up to 1024 characters. | 
| void | setGroupName(String GroupName)Set User group name, which contains up to 128 characters, including English letters, digits, and special characters (-). | 
| void | setGroupType(String GroupType)Set User group type. | 
| void | setZoneId(String ZoneId)Set Space 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 CreateGroupRequest()
public CreateGroupRequest(CreateGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Space ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - User group name, which contains up to 128 characters, including English letters, digits, and special characters (-).public String getDescription()
public void setDescription(String Description)
Description - User group description, which contains up to 1024 characters.public String getGroupType()
public void setGroupType(String GroupType)
GroupType - User group type. Manual: manually created, Synchronized: imported from external sources.Copyright © 2025. All rights reserved.