public class UpdateCfsPGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCfsPGroupRequest() |
UpdateCfsPGroupRequest(UpdateCfsPGroupRequest 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 权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空
|
String |
getName()
Get 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
String |
getPGroupId()
Get 权限组 ID
|
void |
setDescInfo(String DescInfo)
Set 权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空
|
void |
setName(String Name)
Set 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
void |
setPGroupId(String PGroupId)
Set 权限组 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, toJsonString
public UpdateCfsPGroupRequest()
public UpdateCfsPGroupRequest(UpdateCfsPGroupRequest source)
public String getPGroupId()
public void setPGroupId(String PGroupId)
PGroupId
- 权限组 IDpublic String getName()
public void setName(String Name)
Name
- 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线public String getDescInfo()
public void setDescInfo(String DescInfo)
DescInfo
- 权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空Copyright © 2024. All rights reserved.