public class GrafanaWorkspaceAccount
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
accountId
example:
1
|
String |
accountNotes |
String |
aliyunUid
example:
131243781293
|
String |
aliyunUserName
example:
test
|
Float |
gmtCreate
example:
创建时间
|
List<GrafanaWorkspaceUserOrg> |
orgs |
String |
type
example:
aliyun
|
| 构造器和说明 |
|---|
GrafanaWorkspaceAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GrafanaWorkspaceAccount |
build(Map<String,?> map) |
Long |
getAccountId() |
String |
getAccountNotes() |
String |
getAliyunUid() |
String |
getAliyunUserName() |
Float |
getGmtCreate() |
List<GrafanaWorkspaceUserOrg> |
getOrgs() |
String |
getType() |
GrafanaWorkspaceAccount |
setAccountId(Long accountId) |
GrafanaWorkspaceAccount |
setAccountNotes(String accountNotes) |
GrafanaWorkspaceAccount |
setAliyunUid(String aliyunUid) |
GrafanaWorkspaceAccount |
setAliyunUserName(String aliyunUserName) |
GrafanaWorkspaceAccount |
setGmtCreate(Float gmtCreate) |
GrafanaWorkspaceAccount |
setOrgs(List<GrafanaWorkspaceUserOrg> orgs) |
GrafanaWorkspaceAccount |
setType(String type) |
@NameInMap(value="accountId") public Long accountId
1
@NameInMap(value="accountNotes") public String accountNotes
@NameInMap(value="aliyunUid") public String aliyunUid
131243781293
@NameInMap(value="aliyunUserName") public String aliyunUserName
test
@NameInMap(value="gmtCreate") public Float gmtCreate
创建时间
@NameInMap(value="orgs") public List<GrafanaWorkspaceUserOrg> orgs
@NameInMap(value="type") public String type
aliyun
public static GrafanaWorkspaceAccount build(Map<String,?> map) throws Exception
Exceptionpublic GrafanaWorkspaceAccount setAccountId(Long accountId)
public Long getAccountId()
public GrafanaWorkspaceAccount setAccountNotes(String accountNotes)
public String getAccountNotes()
public GrafanaWorkspaceAccount setAliyunUid(String aliyunUid)
public String getAliyunUid()
public GrafanaWorkspaceAccount setAliyunUserName(String aliyunUserName)
public String getAliyunUserName()
public GrafanaWorkspaceAccount setGmtCreate(Float gmtCreate)
public Float getGmtCreate()
public GrafanaWorkspaceAccount setOrgs(List<GrafanaWorkspaceUserOrg> orgs)
public List<GrafanaWorkspaceUserOrg> getOrgs()
public GrafanaWorkspaceAccount setType(String type)
public String getType()
Copyright © 2024. All rights reserved.