Package org.onosproject.net.domain
Class DomainId
- java.lang.Object
 - 
- org.onlab.util.Identifier<String>
 - 
- org.onosproject.net.domain.DomainId
 
 
 
- 
public class DomainId extends Identifier<String>
Representation of a domain identity. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static DomainIdLOCALRepresents the domain directly managed by ONOS.- 
Fields inherited from class org.onlab.util.Identifier
identifier 
 - 
 
- 
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.- 
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString 
 - 
 
 -