@Beta public class StatementOnNode extends Object
Modifier and Type | Field and Description |
---|---|
protected NodeMetadata |
node |
protected Statement |
statement |
Constructor and Description |
---|
StatementOnNode(Statement statement,
NodeMetadata node) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
NodeMetadata |
getNode() |
Statement |
getStatement() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
protected final Statement statement
protected final NodeMetadata node
public StatementOnNode(Statement statement, NodeMetadata node)
public Statement getStatement()
public NodeMetadata getNode()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2012 jclouds. All Rights Reserved.