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