public class CreateCfsPGroupRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateCfsPGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescInfo()Get Permission group description, which can contain 1–255 characters | 
| String | getName()Get Permission group name, which can contain 1–64 Chinese characters, letters, numbers, underscores, or dashes | 
| void | setDescInfo(String DescInfo)Set Permission group description, which can contain 1–255 characters | 
| void | setName(String Name)Set Permission group name, which can contain 1–64 Chinese characters, letters, numbers, underscores, or dashes | 
| 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, toJsonStringpublic String getName()
public void setName(String Name)
Name - Permission group name, which can contain 1–64 Chinese characters, letters, numbers, underscores, or dashespublic String getDescInfo()
public void setDescInfo(String DescInfo)
DescInfo - Permission group description, which can contain 1–255 charactersCopyright © 2020. All rights reserved.