Class PGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.PGroup
-
public class PGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get 权限组名称String
getPGroupId()
Get 权限组IDvoid
setName(String Name)
Set 权限组名称void
setPGroupId(String PGroupId)
Set 权限组IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PGroup
public PGroup()
-
PGroup
public PGroup(PGroup 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.
-
-
Method Detail
-
getPGroupId
public String getPGroupId()
Get 权限组ID- Returns:
- PGroupId 权限组ID
-
setPGroupId
public void setPGroupId(String PGroupId)
Set 权限组ID- Parameters:
PGroupId
- 权限组ID
-
getName
public String getName()
Get 权限组名称- Returns:
- Name 权限组名称
-
setName
public void setName(String Name)
Set 权限组名称- Parameters:
Name
- 权限组名称
-
-