Package org.onosproject.net.domain
Class DomainId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.net.domain.DomainId
-
public class DomainId extends org.onlab.util.Identifier<String>
Representation of a domain identity.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainIddomainId(String identifier)Creates a peer id from the string identifier.
-