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