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