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