Package org.onosproject.net
Class TenantId
- java.lang.Object
 - 
- org.onlab.util.Identifier<java.lang.String>
 - 
- org.onosproject.net.TenantId
 
 
 
- 
public final class TenantId extends Identifier<java.lang.String>
Representation of network tenant. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TenantIdNONERepresents no tenant, or an unspecified tenant.- 
Fields inherited from class org.onlab.util.Identifier
identifier 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedTenantId() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TenantIdtenantId(java.lang.String id)Creates a tenant id using the supplied backing id.- 
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString 
 - 
 
 -