public class CreateGroupRequest extends AbstractModel
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 |
getGroupName()
Get 用户组名
|
String |
getRemark()
Get 用户组描述
|
void |
setGroupName(String GroupName)
Set 用户组名
|
void |
setRemark(String Remark)
Set 用户组描述
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateGroupRequest()
public CreateGroupRequest(CreateGroupRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 用户组名public String getRemark()
public void setRemark(String Remark)
Remark
- 用户组描述Copyright © 2021. All rights reserved.