public class Service extends Object implements Comparable<Service>
Modifier and Type | Class and Description |
---|---|
static class |
Service.Builder |
Modifier and Type | Field and Description |
---|---|
protected Set<Endpoint> |
endpoints |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Service(String type,
String name,
Set<Endpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
static Service.Builder |
builder() |
int |
compareTo(Service that) |
boolean |
equals(Object object) |
Set<Endpoint> |
getEndpoints() |
String |
getName() |
String |
getType()
such as
compute (Nova), object-store (Swift), or image (Glance) |
int |
hashCode() |
Service.Builder |
toBuilder() |
String |
toString() |
public static Service.Builder builder()
public Service.Builder toBuilder()
public String getType()
compute
(Nova), object-store
(Swift), or image
(Glance)public String getName()
public int compareTo(Service that)
compareTo
in interface Comparable<Service>
Copyright © 2009-2012 jclouds. All Rights Reserved.