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