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