public class ExecutionSummary
extends java.lang.Object
Constructor and Description |
---|
ExecutionSummary() |
ExecutionSummary(int executionOrder) |
ExecutionSummary(int executionOrder,
java.lang.Boolean success) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getExecutionOrder()
A strict monotonically increasing value
indicating the execution order of a cell
inside a notebook.
|
java.lang.Boolean |
getSuccess()
Whether the execution was successful or
not if known by the client.
|
int |
hashCode() |
void |
setExecutionOrder(int executionOrder)
A strict monotonically increasing value
indicating the execution order of a cell
inside a notebook.
|
void |
setSuccess(java.lang.Boolean success)
Whether the execution was successful or
not if known by the client.
|
java.lang.String |
toString() |
public ExecutionSummary()
public ExecutionSummary(int executionOrder)
public ExecutionSummary(int executionOrder, java.lang.Boolean success)
@Pure public int getExecutionOrder()
public void setExecutionOrder(int executionOrder)
@Pure public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean success)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object