public class Configuration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Configuration.Builder |
Constructor and Description |
---|
Configuration() |
Configuration(String id,
boolean isDefault,
String label,
String description) |
Modifier and Type | Method and Description |
---|---|
static Configuration.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
int |
hashCode() |
boolean |
isDefault() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public static Configuration.Builder builder()
protected com.google.common.base.Objects.ToStringHelper string()
public String getId()
public String getDescription()
public String getLabel()
public boolean isDefault()
Copyright © 2009-2013 jclouds. All Rights Reserved.