Class GrafanaAccountRole
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.GrafanaAccountRole
-
public class GrafanaAccountRole extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GrafanaAccountRole()GrafanaAccountRole(GrafanaAccountRole 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 StringgetOrganization()Get 组织StringgetRole()Get 权限voidsetOrganization(String Organization)Set 组织voidsetRole(String Role)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
-
GrafanaAccountRole
public GrafanaAccountRole()
-
GrafanaAccountRole
public GrafanaAccountRole(GrafanaAccountRole 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
-
getOrganization
public String getOrganization()
Get 组织- Returns:
- Organization 组织
-
setOrganization
public void setOrganization(String Organization)
Set 组织- Parameters:
Organization- 组织
-
getRole
public String getRole()
Get 权限- Returns:
- Role 权限
-
setRole
public void setRole(String Role)
Set 权限- Parameters:
Role- 权限
-
-