@Immutable @Immutable public final class ServiceDescriptor extends Object
| Constructor and Description | 
|---|
| ServiceDescriptor(String moduleServiceName,
                 ServiceState svcState) | 
| 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 | getStatusTimestamp() | 
| int | hashCode() | 
| String | toString() | 
public ServiceDescriptor(String moduleServiceName, ServiceState svcState)
public ServiceDescriptor(String moduleServiceName, ServiceState svcState, String statusDesc)
public String getModuleServiceName()
public ServiceState getServiceState()
public Instant getStatusTimestamp()
public String getStatusDesc()
Copyright © 2019 OpenDaylight. All rights reserved.