public final class DefaultVirtualLink extends DefaultLink implements VirtualLink
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultVirtualLink.Builder
Builder for DefaultVirtualLink objects.
|
AbstractProjectableModel.AnnotationDriverDataLink.State, Link.Type| Modifier and Type | Field and Description |
|---|---|
static ProviderId |
PID |
NO_DRIVER, NO_DRIVER_SERVICE| Modifier and Type | Method and Description |
|---|---|
static DefaultVirtualLink.Builder |
builder()
Creates a new default virtual link builder.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
NetworkId |
networkId()
Returns the network identifier to which this virtual element belongs.
|
java.lang.String |
toString() |
TunnelId |
tunnelId()
Returns the tunnel identifier.
|
dst, isExpected, src, state, typeas, asData, bindAndCheckDriver, bindDriver, driver, driverService, is, locateDriver, setDriverServiceproviderIdannotationsclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationsproviderIdas, is, projectpublic static final ProviderId PID
public NetworkId networkId()
VirtualElementnetworkId in interface VirtualElementpublic TunnelId tunnelId()
tunnelId in interface VirtualLinkpublic int hashCode()
hashCode in class DefaultLinkpublic boolean equals(java.lang.Object obj)
equals in class DefaultLinkpublic java.lang.String toString()
toString in class DefaultLinkpublic static DefaultVirtualLink.Builder builder()