public class UpdateAuthorityTemplateResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView |
| 限定符和类型 | 字段和说明 |
|---|---|
UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView |
authorityTemplateView
The details of the permission template.
|
String |
errorCode
The error code.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateAuthorityTemplateResponseBody() |
@NameInMap(value="AuthorityTemplateView") public UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView authorityTemplateView
The details of the permission template.
@NameInMap(value="ErrorCode") public String errorCode
The error code.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:4E1D2B4D-3E53-4ABC-999D-1D2520B3471A
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:3***
public static UpdateAuthorityTemplateResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateAuthorityTemplateResponseBody setAuthorityTemplateView(UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView authorityTemplateView)
public UpdateAuthorityTemplateResponseBody.UpdateAuthorityTemplateResponseBodyAuthorityTemplateView getAuthorityTemplateView()
public UpdateAuthorityTemplateResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public UpdateAuthorityTemplateResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public UpdateAuthorityTemplateResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateAuthorityTemplateResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public UpdateAuthorityTemplateResponseBody setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.