public class Tenant extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Tenant.TenantBuilder |
Modifier and Type | Method and Description |
---|---|
static Tenant.TenantBuilder |
builder() |
String |
getDescription() |
String |
getId() |
String |
getName() |
boolean |
isEnabled() |
public static Tenant.TenantBuilder builder()
public String getDescription()
public boolean isEnabled()
public String getId()
public String getName()
Copyright © 2017 OpenDaylight. All rights reserved.