public static class CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
CreateAuthorityTemplateResponseBodyAuthorityTemplateView() |
@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-11 14:17:33
@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:Test template.
@NameInMap(value="TemplateId") public Long templateId
The ID of the permission template.
example:1563
public CreateAuthorityTemplateResponseBodyAuthorityTemplateView()
public static CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView build(Map<String,?> map) throws Exception
Exceptionpublic CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView setCreateTime(String createTime)
public String getCreateTime()
public CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView setCreatorId(Long creatorId)
public Long getCreatorId()
public CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView setDescription(String description)
public String getDescription()
public CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView setName(String name)
public String getName()
public CreateAuthorityTemplateResponseBody.CreateAuthorityTemplateResponseBodyAuthorityTemplateView setTemplateId(Long templateId)
public Long getTemplateId()
Copyright © 2025. All rights reserved.