Package org.onosproject.net
Class TenantId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.net.TenantId
-
public final class TenantId extends org.onlab.util.Identifier<String>
Representation of network tenant.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TenantId()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TenantId
tenantId(String id)
Creates a tenant id using the supplied backing id.
-
-
-
Field Detail
-
NONE
public static final TenantId NONE
Represents no tenant, or an unspecified tenant.
-
-