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 |
getInstanceId()
Get Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNotes()
Get Remarks
|
GrafanaAccountRole[] |
getRole()
Get User permission
|
String |
getUin()
Get User’s root account UIN
|
String |
getUserId()
Get User account ID
|
void |
setCreateAt(String CreateAt)
Set Creation time
|
void |
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNotes(String Notes)
Set Remarks
|
void |
setRole(GrafanaAccountRole[] Role)
Set User permission
|
void |
setUin(String Uin)
Set User’s root account UIN
|
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, toJsonString
public 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 timepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUin()
public void setUin(String Uin)
Uin
- User’s root account UINCopyright © 2023. All rights reserved.