public class InternalLinkEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
InternalLinkEvent() |
protected |
InternalLinkEvent(org.onosproject.net.provider.ProviderId providerId,
Timestamped<org.onosproject.net.link.LinkDescription> linkDescription) |
| Modifier and Type | Method and Description |
|---|---|
Timestamped<org.onosproject.net.link.LinkDescription> |
linkDescription() |
org.onosproject.net.provider.ProviderId |
providerId() |
String |
toString() |
protected InternalLinkEvent(org.onosproject.net.provider.ProviderId providerId,
Timestamped<org.onosproject.net.link.LinkDescription> linkDescription)
protected InternalLinkEvent()
public org.onosproject.net.provider.ProviderId providerId()
public Timestamped<org.onosproject.net.link.LinkDescription> linkDescription()
Copyright © 2015. All rights reserved.