public class GetSimilarIncidentStatisticsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
7C56D225-7C34-40BB-9624-C8BA449260E6
|
String |
createTime
This parameter is required.
|
List<String> |
events
This parameter is required.
|
Long |
incidentId
This parameter is required.
|
String |
incidentTitle
This parameter is required.
|
Long |
relatedServiceId
This parameter is required.
|
构造器和说明 |
---|
GetSimilarIncidentStatisticsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetSimilarIncidentStatisticsRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getCreateTime() |
List<String> |
getEvents() |
Long |
getIncidentId() |
String |
getIncidentTitle() |
Long |
getRelatedServiceId() |
GetSimilarIncidentStatisticsRequest |
setClientToken(String clientToken) |
GetSimilarIncidentStatisticsRequest |
setCreateTime(String createTime) |
GetSimilarIncidentStatisticsRequest |
setEvents(List<String> events) |
GetSimilarIncidentStatisticsRequest |
setIncidentId(Long incidentId) |
GetSimilarIncidentStatisticsRequest |
setIncidentTitle(String incidentTitle) |
GetSimilarIncidentStatisticsRequest |
setRelatedServiceId(Long relatedServiceId) |
@NameInMap(value="clientToken") public String clientToken
7C56D225-7C34-40BB-9624-C8BA449260E6
@NameInMap(value="createTime") public String createTime
This parameter is required.
example:2021-09-09 09:09:09
@NameInMap(value="incidentId") public Long incidentId
This parameter is required.
example:32
@NameInMap(value="incidentTitle") public String incidentTitle
This parameter is required.
example:xxx事件
@NameInMap(value="relatedServiceId") public Long relatedServiceId
This parameter is required.
example:23
public static GetSimilarIncidentStatisticsRequest build(Map<String,?> map) throws Exception
Exception
public GetSimilarIncidentStatisticsRequest setClientToken(String clientToken)
public String getClientToken()
public GetSimilarIncidentStatisticsRequest setCreateTime(String createTime)
public String getCreateTime()
public GetSimilarIncidentStatisticsRequest setEvents(List<String> events)
public GetSimilarIncidentStatisticsRequest setIncidentId(Long incidentId)
public Long getIncidentId()
public GetSimilarIncidentStatisticsRequest setIncidentTitle(String incidentTitle)
public String getIncidentTitle()
public GetSimilarIncidentStatisticsRequest setRelatedServiceId(Long relatedServiceId)
public Long getRelatedServiceId()
Copyright © 2024. All rights reserved.