public class GetIncidentListByIdListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
|
List<Long> |
incidentIdList |
构造器和说明 |
---|
GetIncidentListByIdListRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetIncidentListByIdListRequest |
build(Map<String,?> map) |
String |
getClientToken() |
List<Long> |
getIncidentIdList() |
GetIncidentListByIdListRequest |
setClientToken(String clientToken) |
GetIncidentListByIdListRequest |
setIncidentIdList(List<Long> incidentIdList) |
@NameInMap(value="clientToken") public String clientToken
FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
public static GetIncidentListByIdListRequest build(Map<String,?> map) throws Exception
Exception
public GetIncidentListByIdListRequest setClientToken(String clientToken)
public String getClientToken()
public GetIncidentListByIdListRequest setIncidentIdList(List<Long> incidentIdList)
Copyright © 2024. All rights reserved.