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