public class Node extends Object implements Comparable<Node>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Node.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
description  | 
protected Set<Job> | 
jobs  | 
protected String | 
name  | 
| Constructor and Description | 
|---|
Node(String name,
    String description,
    Set<Job> jobs)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Node.Builder | 
builder()  | 
int | 
compareTo(Node that)  | 
boolean | 
equals(Object object)  | 
String | 
getDescription()  | 
Set<Job> | 
getJobs()  | 
String | 
getName()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Node.Builder | 
toBuilder()  | 
String | 
toString()  | 
public static Node.Builder builder()
public Node.Builder toBuilder()
public String getName()
public String getDescription()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(Node that)
compareTo in interface Comparable<Node>Copyright © 2009-2013 jclouds. All Rights Reserved.