public class GraphNodeResponseLog
extends java.lang.Object
| Constructor and Description |
|---|
GraphNodeResponseLog() |
GraphNodeResponseLog(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
io.vertx.core.json.JsonArray |
getInvocations()
List of node invocation(s) logs.
|
java.lang.String |
getTransition()
Node response transition.
|
int |
hashCode() |
static GraphNodeResponseLog |
newInstance(java.lang.String transition,
io.vertx.core.json.JsonArray invocations) |
GraphNodeResponseLog |
setInvocations(io.vertx.core.json.JsonArray invocations) |
GraphNodeResponseLog |
setTransition(java.lang.String transition) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public GraphNodeResponseLog()
public GraphNodeResponseLog(io.vertx.core.json.JsonObject json)
public static GraphNodeResponseLog newInstance(java.lang.String transition, io.vertx.core.json.JsonArray invocations)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getTransition()
public GraphNodeResponseLog setTransition(java.lang.String transition)
public io.vertx.core.json.JsonArray getInvocations()
public GraphNodeResponseLog setInvocations(io.vertx.core.json.JsonArray invocations)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object