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