public final class PortPairId extends org.onlab.util.Identifier<UUID>
| Modifier and Type | Method and Description |
|---|---|
static PortPairId |
of(String id)
Returns newly created port pair id object.
|
static PortPairId |
of(UUID id)
Returns newly created port pair id object.
|
UUID |
value()
Returns teh value of port pair id.
|
public static PortPairId of(UUID id)
id - UUID of port pair idpublic static PortPairId of(String id)
id - port pair id in stringpublic UUID value()