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