public class CreateCfsPGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateCfsPGroupRequest() |
CreateCfsPGroupRequest(CreateCfsPGroupRequest 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 |
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, toJsonString
public CreateCfsPGroupRequest()
public CreateCfsPGroupRequest(CreateCfsPGroupRequest source)
public 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 © 2021. All rights reserved.