Constructor and Description |
---|
TenantBuilder() |
Modifier and Type | Method and Description |
---|---|
Tenant |
build() |
String |
getDescription() |
String |
getId() |
String |
getName() |
boolean |
isEnabled() |
Tenant.TenantBuilder |
setDescription(String description) |
Tenant.TenantBuilder |
setEnabled(boolean enabled) |
Tenant.TenantBuilder |
setId(String id) |
Tenant.TenantBuilder |
setName(String name) |
public String getDescription()
public Tenant.TenantBuilder setDescription(String description)
public boolean isEnabled()
public Tenant.TenantBuilder setEnabled(boolean enabled)
public String getId()
public Tenant.TenantBuilder setId(String id)
public String getName()
public Tenant.TenantBuilder setName(String name)
public Tenant build()
Copyright © 2017 OpenDaylight. All rights reserved.