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