public class PGroupInfo extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBindCfsNum()Get The number of bound file system | 
| String | getCDate()Get Creation time | 
| String | getDescInfo()Get Description | 
| String | getName()Get Permission group name | 
| String | getPGroupId()Get Permission group ID | 
| void | setBindCfsNum(Long BindCfsNum)Set The number of bound file system | 
| void | setCDate(String CDate)Set Creation time | 
| void | setDescInfo(String DescInfo)Set Description | 
| void | setName(String Name)Set Permission group name | 
| void | setPGroupId(String PGroupId)Set Permission group ID | 
| 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 PGroupInfo()
public PGroupInfo(PGroupInfo source)
public String getPGroupId()
public void setPGroupId(String PGroupId)
PGroupId - Permission group IDpublic String getName()
public void setName(String Name)
Name - Permission group namepublic String getDescInfo()
public void setDescInfo(String DescInfo)
DescInfo - Descriptionpublic String getCDate()
public void setCDate(String CDate)
CDate - Creation timepublic Long getBindCfsNum()
public void setBindCfsNum(Long BindCfsNum)
BindCfsNum - The number of bound file systemCopyright © 2021. All rights reserved.