Class ClusterRole
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.ClusterRole
-
public class ClusterRole extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClusterRole()ClusterRole(ClusterRole 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 StringgetClusterId()Get 集群IDStringgetDescription()Get 描述String[]getDirectoryList()Get 目录列表StringgetRoleName()Get 角色名voidsetClusterId(String ClusterId)Set 集群IDvoidsetDescription(String Description)Set 描述voidsetDirectoryList(String[] DirectoryList)Set 目录列表voidsetRoleName(String RoleName)Set 角色名voidtoMap(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
-
ClusterRole
public ClusterRole()
-
ClusterRole
public ClusterRole(ClusterRole 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
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getRoleName
public String getRoleName()
Get 角色名- Returns:
- RoleName 角色名
-
setRoleName
public void setRoleName(String RoleName)
Set 角色名- Parameters:
RoleName- 角色名
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description- 描述
-
getDirectoryList
public String[] getDirectoryList()
Get 目录列表- Returns:
- DirectoryList 目录列表
-
setDirectoryList
public void setDirectoryList(String[] DirectoryList)
Set 目录列表- Parameters:
DirectoryList- 目录列表
-
-