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