com.ecwid.consul.v1.query.model
Class QueryNode
java.lang.Object
com.ecwid.consul.v1.query.model.QueryNode
public class QueryNode
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryNode
public QueryNode()
getNode
public QueryNode.Node getNode()
setNode
public void setNode(QueryNode.Node node)
getService
public QueryNode.Service getService()
setService
public void setService(QueryNode.Service service)
getChecks
public java.util.List<Check> getChecks()
setChecks
public void setChecks(java.util.List<Check> checks)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object