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