public class GrafanaAccountInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateAt()
Get 创建时间
|
String |
getInstanceId()
Get 实例 ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNotes()
Get 备注
|
GrafanaAccountRole[] |
getRole()
Get 用户权限
|
String |
getUin()
Get 用户主账号 UIN
|
String |
getUserId()
Get 用户账号ID
|
void |
setCreateAt(String CreateAt)
Set 创建时间
|
void |
setInstanceId(String InstanceId)
Set 实例 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotes(String Notes)
Set 备注
|
void |
setRole(GrafanaAccountRole[] Role)
Set 用户权限
|
void |
setUin(String Uin)
Set 用户主账号 UIN
|
void |
setUserId(String UserId)
Set 用户账号ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GrafanaAccountInfo()
public GrafanaAccountInfo(GrafanaAccountInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户账号IDpublic GrafanaAccountRole[] getRole()
public void setRole(GrafanaAccountRole[] Role)
Role
- 用户权限public String getNotes()
public void setNotes(String Notes)
Notes
- 备注public String getCreateAt()
public void setCreateAt(String CreateAt)
CreateAt
- 创建时间public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID
注意:此字段可能返回 null,表示取不到有效值。public String getUin()
public void setUin(String Uin)
Uin
- 用户主账号 UINCopyright © 2024. All rights reserved.