Class GrafanaAccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.GrafanaAccountInfo
-
public class GrafanaAccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GrafanaAccountInfo()GrafanaAccountInfo(GrafanaAccountInfo 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 StringgetCreateAt()Get 创建时间StringgetInstanceId()Get 实例 ID 注意:此字段可能返回 null,表示取不到有效值。StringgetNotes()Get 备注GrafanaAccountRole[]getRole()Get 用户权限StringgetUin()Get 用户主账号 UINStringgetUserId()Get 用户账号IDvoidsetCreateAt(String CreateAt)Set 创建时间voidsetInstanceId(String InstanceId)Set 实例 ID 注意:此字段可能返回 null,表示取不到有效值。voidsetNotes(String Notes)Set 备注voidsetRole(GrafanaAccountRole[] Role)Set 用户权限voidsetUin(String Uin)Set 用户主账号 UINvoidsetUserId(String UserId)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
-
GrafanaAccountInfo
public GrafanaAccountInfo()
-
GrafanaAccountInfo
public GrafanaAccountInfo(GrafanaAccountInfo 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
-
getUserId
public String getUserId()
Get 用户账号ID- Returns:
- UserId 用户账号ID
-
setUserId
public void setUserId(String UserId)
Set 用户账号ID- Parameters:
UserId- 用户账号ID
-
getRole
public GrafanaAccountRole[] getRole()
Get 用户权限- Returns:
- Role 用户权限
-
setRole
public void setRole(GrafanaAccountRole[] Role)
Set 用户权限- Parameters:
Role- 用户权限
-
getNotes
public String getNotes()
Get 备注- Returns:
- Notes 备注
-
setNotes
public void setNotes(String Notes)
Set 备注- Parameters:
Notes- 备注
-
getCreateAt
public String getCreateAt()
Get 创建时间- Returns:
- CreateAt 创建时间
-
setCreateAt
public void setCreateAt(String CreateAt)
Set 创建时间- Parameters:
CreateAt- 创建时间
-
getInstanceId
public String getInstanceId()
Get 实例 ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceId 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceId- 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
-
getUin
public String getUin()
Get 用户主账号 UIN- Returns:
- Uin 用户主账号 UIN
-
setUin
public void setUin(String Uin)
Set 用户主账号 UIN- Parameters:
Uin- 用户主账号 UIN
-
-