public class Tenant extends Object implements Comparable<Tenant>
Modifier and Type | Class and Description |
---|---|
static class |
Tenant.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
Modifier and Type | Method and Description |
---|---|
static Tenant.Builder |
builder() |
int |
compareTo(Tenant that) |
boolean |
equals(Object object) |
String |
getId()
When providing an ID, it is assumed that the tenant exists in the current OpenStack deployment
|
String |
getName() |
int |
hashCode() |
Tenant.Builder |
toBuilder() |
String |
toString() |
public static Tenant.Builder builder()
public Tenant.Builder toBuilder()
public String getId()
public String getName()
public int compareTo(Tenant that)
compareTo
in interface Comparable<Tenant>
Copyright © 2009-2012 jclouds. All Rights Reserved.