public class NodeAttributes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeAttributes.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
condition |
protected Integer |
weight |
Constructor and Description |
---|
NodeAttributes() |
Modifier and Type | Method and Description |
---|---|
NodeAttributes |
condition(String condition) |
boolean |
equals(Object obj) |
static <T extends BaseNode<T>> |
fromNode(T n) |
int |
hashCode() |
String |
toString() |
NodeAttributes |
weight(int weight) |
public NodeAttributes condition(String condition)
public NodeAttributes weight(int weight)
public static <T extends BaseNode<T>> NodeAttributes fromNode(T n)
Copyright © 2009-2012 jclouds. All Rights Reserved.