public static class UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
UpdateAuthorityTemplateResponseBodyAuthorityTemplateView() |
@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 UpdateAuthorityTemplateResponseBodyAuthorityTemplateView()
public static UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView build(Map<String,?> map) throws Exception
Exceptionpublic UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView setCreatorId(Long creatorId)
public Long getCreatorId()
public UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView setDescription(String description)
public String getDescription()
public UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView setName(String name)
public String getName()
public UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView setTemplateId(Long templateId)
public Long getTemplateId()
Copyright © 2025. All rights reserved.