public static class GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemList |
authorityTemplateItemList
The resource information in the permission template.
|
String |
createTime
The time when the permission template was created.
|
Long |
creatorId
The ID of the user who created the permission template.
|
String |
description
The description of the permission template.
|
String |
name
The name of the permission template.
|
Long |
templateId
The ID of the permission template.
|
| 构造器和说明 |
|---|
GetAuthorityTemplateResponseBodyAuthorityTemplateView() |
@NameInMap(value="AuthorityTemplateItemList") public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemList authorityTemplateItemList
The resource information in the permission template.
@NameInMap(value="CreateTime") public String createTime
The time when the permission template was created. The time is in the yyyy-MM-DD HH:mm:ss format.
example:2023-01-01 00:00:00
@NameInMap(value="CreatorId") public Long creatorId
The ID of the user who created the permission template.
example:12***
@NameInMap(value="Description") public String description
The description of the permission template.
example:This template is used for business testing.
@NameInMap(value="Name") public String name
The name of the permission template.
example:TestTemplate
@NameInMap(value="TemplateId") public Long templateId
The ID of the permission template.
example:1563
public GetAuthorityTemplateResponseBodyAuthorityTemplateView()
public static GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView build(Map<String,?> map) throws Exception
Exceptionpublic GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setAuthorityTemplateItemList(GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemList authorityTemplateItemList)
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateViewAuthorityTemplateItemList getAuthorityTemplateItemList()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setCreateTime(String createTime)
public String getCreateTime()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setCreatorId(Long creatorId)
public Long getCreatorId()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setDescription(String description)
public String getDescription()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setName(String name)
public String getName()
public GetAuthorityTemplateResponseBody.GetAuthorityTemplateResponseBodyAuthorityTemplateView setTemplateId(Long templateId)
public Long getTemplateId()
Copyright © 2025. All rights reserved.