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