Class PGroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.PGroupInfo
-
public class PGroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PGroupInfo()PGroupInfo(PGroupInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBindCfsNum()Get 关联文件系统个数StringgetCDate()Get 创建时间StringgetDescInfo()Get 描述信息StringgetName()Get 权限组名称StringgetPGroupId()Get 权限组IDvoidsetBindCfsNum(Long BindCfsNum)Set 关联文件系统个数voidsetCDate(String CDate)Set 创建时间voidsetDescInfo(String DescInfo)Set 描述信息voidsetName(String Name)Set 权限组名称voidsetPGroupId(String PGroupId)Set 权限组IDvoidtoMap(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
-
PGroupInfo
public PGroupInfo()
-
PGroupInfo
public PGroupInfo(PGroupInfo 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- 权限组名称
-
getDescInfo
public String getDescInfo()
Get 描述信息- Returns:
- DescInfo 描述信息
-
setDescInfo
public void setDescInfo(String DescInfo)
Set 描述信息- Parameters:
DescInfo- 描述信息
-
getCDate
public String getCDate()
Get 创建时间- Returns:
- CDate 创建时间
-
setCDate
public void setCDate(String CDate)
Set 创建时间- Parameters:
CDate- 创建时间
-
getBindCfsNum
public Long getBindCfsNum()
Get 关联文件系统个数- Returns:
- BindCfsNum 关联文件系统个数
-
setBindCfsNum
public void setBindCfsNum(Long BindCfsNum)
Set 关联文件系统个数- Parameters:
BindCfsNum- 关联文件系统个数
-
-