| Modifier and Type | Field and Description |
|---|---|
ArrayList<Publish.MonitoringMethod> |
MonitoringMethods
Monitoring methods
|
java.time.Instant |
ResponseTime
Response time
|
Integer |
ResponseVersion
Response version
|
String |
Summary
Summary
|
| Constructor and Description |
|---|
MonitoringMethodListServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Publish.MonitoringMethod> |
getMonitoringMethods() |
java.time.Instant |
getResponseTime() |
Integer |
getResponseVersion() |
String |
getSummary() |
Publish.MonitoringMethodListServiceResponse |
setMonitoringMethods(ArrayList<Publish.MonitoringMethod> value) |
Publish.MonitoringMethodListServiceResponse |
setResponseTime(java.time.Instant value) |
Publish.MonitoringMethodListServiceResponse |
setResponseVersion(Integer value) |
Publish.MonitoringMethodListServiceResponse |
setSummary(String value) |
public Integer ResponseVersion
public java.time.Instant ResponseTime
public String Summary
public ArrayList<Publish.MonitoringMethod> MonitoringMethods
public Integer getResponseVersion()
public Publish.MonitoringMethodListServiceResponse setResponseVersion(Integer value)
public java.time.Instant getResponseTime()
public Publish.MonitoringMethodListServiceResponse setResponseTime(java.time.Instant value)
public String getSummary()
public Publish.MonitoringMethodListServiceResponse setSummary(String value)
public ArrayList<Publish.MonitoringMethod> getMonitoringMethods()
public Publish.MonitoringMethodListServiceResponse setMonitoringMethods(ArrayList<Publish.MonitoringMethod> value)
Copyright © 2022. All rights reserved.