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.JsonExecutionResultBuilderblockHash(java.lang.String blockHash)The block hash.JsonExecutionResultbuild()JsonExecutionResult.JsonExecutionResultBuilderresult(ExecutionResult result)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-