public class GetIncidentListByIdListResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetIncidentListByIdListResponseBody.GetIncidentListByIdListResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
List<GetIncidentListByIdListResponseBody.GetIncidentListByIdListResponseBodyData> |
data
data
|
String |
requestId
Id of the request
example:
C4BE3837-1A13-413B-A225-2C88188E8A43
|
构造器和说明 |
---|
GetIncidentListByIdListResponseBody() |
@NameInMap(value="data") public List<GetIncidentListByIdListResponseBody.GetIncidentListByIdListResponseBodyData> data
data
@NameInMap(value="requestId") public String requestId
Id of the request
example:C4BE3837-1A13-413B-A225-2C88188E8A43
public static GetIncidentListByIdListResponseBody build(Map<String,?> map) throws Exception
Exception
public GetIncidentListByIdListResponseBody setData(List<GetIncidentListByIdListResponseBody.GetIncidentListByIdListResponseBodyData> data)
public List<GetIncidentListByIdListResponseBody.GetIncidentListByIdListResponseBodyData> getData()
public GetIncidentListByIdListResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.