Class JsonExecutionResult.JsonExecutionResultBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.JsonExecutionResult.JsonExecutionResultBuilder
-
- Enclosing class:
- JsonExecutionResult
public static class JsonExecutionResult.JsonExecutionResultBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonExecutionResult.JsonExecutionResultBuilder
blockHash(java.lang.String blockHash)
The block hash.JsonExecutionResult
build()
JsonExecutionResult.JsonExecutionResultBuilder
result(ExecutionResult result)
java.lang.String
toString()
-
-
-
Method Detail
-
blockHash
public JsonExecutionResult.JsonExecutionResultBuilder blockHash(java.lang.String blockHash)
The block hash.- Returns:
this
.
-
result
public JsonExecutionResult.JsonExecutionResultBuilder result(ExecutionResult result)
- Returns:
this
.- See Also:
ExecutionResult
-
build
public JsonExecutionResult build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-