public static class VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
eventJson
example:
{}
|
String |
eventTime
example:
2021-09-08 13:00:00
|
Long |
monitorSourceId
example:
1
|
String |
monitorSourceName
example:
zabbix
|
构造器和说明 |
---|
VerifyRouteRuleRequestTestSourceEvents() |
限定符和类型 | 方法和说明 |
---|---|
static VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents |
build(Map<String,?> map) |
String |
getEventJson() |
String |
getEventTime() |
Long |
getMonitorSourceId() |
String |
getMonitorSourceName() |
VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents |
setEventJson(String eventJson) |
VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents |
setEventTime(String eventTime) |
VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents |
setMonitorSourceId(Long monitorSourceId) |
VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents |
setMonitorSourceName(String monitorSourceName) |
@NameInMap(value="eventJson") public String eventJson
{}
@NameInMap(value="eventTime") public String eventTime
2021-09-08 13:00:00
@NameInMap(value="monitorSourceId") public Long monitorSourceId
1
@NameInMap(value="monitorSourceName") public String monitorSourceName
zabbix
public static VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents build(Map<String,?> map) throws Exception
Exception
public VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents setEventJson(String eventJson)
public String getEventJson()
public VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents setEventTime(String eventTime)
public String getEventTime()
public VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents setMonitorSourceId(Long monitorSourceId)
public Long getMonitorSourceId()
public VerifyRouteRuleRequest.VerifyRouteRuleRequestTestSourceEvents setMonitorSourceName(String monitorSourceName)
public String getMonitorSourceName()
Copyright © 2024. All rights reserved.