public final class ServiceStatusSummary extends Object
| Constructor and Description |
|---|
ServiceStatusSummary(boolean isOperational,
SystemState systemState,
String systemReadyErrorCause,
Collection<ServiceDescriptor> statusSummary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ServiceStatusSummary |
fromJSON(String json) |
Collection<ServiceDescriptor> |
getStatusSummary() |
SystemState |
getSystemReadyState() |
String |
getSystemReadyStateErrorCause() |
Instant |
getTimeStamp() |
int |
hashCode() |
boolean |
isOperational() |
String |
toJSON() |
String |
toString() |
public ServiceStatusSummary(boolean isOperational,
SystemState systemState,
String systemReadyErrorCause,
Collection<ServiceDescriptor> statusSummary)
public static ServiceStatusSummary fromJSON(String json)
public String toJSON()
public boolean isOperational()
public SystemState getSystemReadyState()
public String getSystemReadyStateErrorCause()
public Collection<ServiceDescriptor> getStatusSummary()
public Instant getTimeStamp()
Copyright © 2020 OpenDaylight. All rights reserved.