public class GraphNodeErrorLog
extends java.lang.Object
| Constructor and Description |
|---|
GraphNodeErrorLog() |
GraphNodeErrorLog(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassName() |
java.lang.String |
getMessage() |
io.vertx.core.json.JsonArray |
getStacktrace() |
int |
hashCode() |
static GraphNodeErrorLog |
newInstance(java.lang.Throwable error) |
GraphNodeErrorLog |
setClassName(java.lang.String className) |
GraphNodeErrorLog |
setMessage(java.lang.String message) |
GraphNodeErrorLog |
setStacktrace(io.vertx.core.json.JsonArray stacktrace) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public GraphNodeErrorLog()
public GraphNodeErrorLog(io.vertx.core.json.JsonObject json)
public static GraphNodeErrorLog newInstance(java.lang.Throwable error)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getClassName()
public GraphNodeErrorLog setClassName(java.lang.String className)
public java.lang.String getMessage()
public GraphNodeErrorLog setMessage(java.lang.String message)
public io.vertx.core.json.JsonArray getStacktrace()
public GraphNodeErrorLog setStacktrace(io.vertx.core.json.JsonArray stacktrace)
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