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