public class ServiceKey extends Object implements Identifier<Service>
| Constructor and Description |
|---|
ServiceKey(Class<? extends ServiceType> _type) |
ServiceKey(ServiceKey source)
Creates a copy from Source Object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<? extends ServiceType> |
getType() |
int |
hashCode() |
String |
toString() |
public ServiceKey(Class<? extends ServiceType> _type)
public ServiceKey(ServiceKey source)
source - Source objectpublic Class<? extends ServiceType> getType()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2017 OpenDaylight. All rights reserved.