public class GrafanaAccountInfo extends AbstractModel
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 |
getNotes()
Get 备注
|
GrafanaAccountRole[] |
getRole()
Get 用户权限
|
String |
getUserId()
Get 用户账号ID
|
void |
setCreateAt(String CreateAt)
Set 创建时间
|
void |
setNotes(String Notes)
Set 备注
|
void |
setRole(GrafanaAccountRole[] Role)
Set 用户权限
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- 创建时间Copyright © 2022. All rights reserved.