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