Class DeployProcessed.DeployProcessedBuilder
- java.lang.Object
-
- com.casper.sdk.model.event.deployprocessed.DeployProcessed.DeployProcessedBuilder
-
- Enclosing class:
- DeployProcessed
public static class DeployProcessed.DeployProcessedBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployProcessed.DeployProcessedBuilderaccount(Digest account)DeployProcessed.DeployProcessedBuilderblockHash(java.lang.String blockHash)DeployProcessedbuild()DeployProcessed.DeployProcessedBuilderdependencies(java.util.List<java.lang.String> dependencies)DeployProcessed.DeployProcessedBuilderdeployHash(Digest deployHash)DeployProcessed.DeployProcessedBuilderexecutionResult(ExecutionResult executionResult)DeployProcessed.DeployProcessedBuildertimestamp(java.lang.String timestamp)java.lang.StringtoString()DeployProcessed.DeployProcessedBuilderttl(java.lang.String ttl)
-
-
-
Method Detail
-
deployHash
public DeployProcessed.DeployProcessedBuilder deployHash(Digest deployHash)
- Returns:
this.
-
account
public DeployProcessed.DeployProcessedBuilder account(Digest account)
- Returns:
this.
-
timestamp
public DeployProcessed.DeployProcessedBuilder timestamp(java.lang.String timestamp)
- Returns:
this.
-
ttl
public DeployProcessed.DeployProcessedBuilder ttl(java.lang.String ttl)
- Returns:
this.
-
dependencies
public DeployProcessed.DeployProcessedBuilder dependencies(java.util.List<java.lang.String> dependencies)
- Returns:
this.
-
blockHash
public DeployProcessed.DeployProcessedBuilder blockHash(java.lang.String blockHash)
- Returns:
this.
-
executionResult
public DeployProcessed.DeployProcessedBuilder executionResult(ExecutionResult executionResult)
- Returns:
this.
-
build
public DeployProcessed build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-