@Beta @NonNullByDefault public abstract class AbstractIdentifiable<T> extends Object implements Identifiable<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractIdentifiable(T identifier) |
Modifier and Type | Method and Description |
---|---|
protected MoreObjects.ToStringHelper |
addToStringAttributes(MoreObjects.ToStringHelper toStringHelper) |
T |
getIdentifier()
Return this objects Identifier.
|
String |
toString() |
protected AbstractIdentifiable(T identifier)
public final T getIdentifier()
Identifiable
getIdentifier
in interface Identifiable<T>
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper)
Copyright © 2020 OpenDaylight. All rights reserved.