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 Creation time | 
| String | getNotes()Get Remarks | 
| GrafanaAccountRole[] | getRole()Get User permission | 
| String | getUserId()Get User account ID | 
| void | setCreateAt(String CreateAt)Set Creation time | 
| void | setNotes(String Notes)Set Remarks | 
| void | setRole(GrafanaAccountRole[] Role)Set User permission | 
| void | setUserId(String UserId)Set User account 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, toJsonStringpublic GrafanaAccountInfo()
public GrafanaAccountInfo(GrafanaAccountInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId - User account IDpublic GrafanaAccountRole[] getRole()
public void setRole(GrafanaAccountRole[] Role)
Role - User permissionpublic String getNotes()
public void setNotes(String Notes)
Notes - Remarkspublic String getCreateAt()
public void setCreateAt(String CreateAt)
CreateAt - Creation timeCopyright © 2022. All rights reserved.