public class GrantTemplateAuthorityResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GrantTemplateAuthorityResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GrantTemplateAuthorityResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GrantTemplateAuthorityResponse |
build(Map<String,?> map) |
GrantTemplateAuthorityResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GrantTemplateAuthorityResponse |
setBody(GrantTemplateAuthorityResponseBody body) |
GrantTemplateAuthorityResponse |
setHeaders(Map<String,String> headers) |
GrantTemplateAuthorityResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GrantTemplateAuthorityResponseBody body
public static GrantTemplateAuthorityResponse build(Map<String,?> map) throws Exception
Exceptionpublic GrantTemplateAuthorityResponse setHeaders(Map<String,String> headers)
public GrantTemplateAuthorityResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GrantTemplateAuthorityResponse setBody(GrantTemplateAuthorityResponseBody body)
public GrantTemplateAuthorityResponseBody getBody()
Copyright © 2025. All rights reserved.