@Immutable @Immutable public final class ServiceDescriptor extends Object
| Constructor and Description | 
|---|
ServiceDescriptor(String moduleServiceName,
                 ServiceState svcState,
                 String statusDesc)  | 
ServiceDescriptor(String moduleServiceName,
                 Throwable errorCause)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Optional<Throwable> | 
getErrorCause()  | 
String | 
getModuleServiceName()  | 
ServiceState | 
getServiceState()  | 
String | 
getStatusDesc()  | 
Instant | 
getTimestamp()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public ServiceDescriptor(String moduleServiceName, ServiceState svcState, String statusDesc)
public String getModuleServiceName()
public ServiceState getServiceState()
public Instant getTimestamp()
public String getStatusDesc()
Copyright © 2019 OpenDaylight. All rights reserved.