Class DeployProcessed
- java.lang.Object
-
- com.casper.sdk.model.event.deployprocessed.DeployProcessed
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployProcessed.DeployProcessedBuilder
-
Constructor Summary
Constructors Constructor Description DeployProcessed()DeployProcessed(Digest deployHash, Digest account, java.lang.String timestamp, java.lang.String ttl, java.util.List<java.lang.String> dependencies, java.lang.String blockHash, ExecutionResult executionResult)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployProcessed.DeployProcessedBuilderbuilder()DigestgetAccount()java.lang.StringgetBlockHash()java.util.List<java.lang.String>getDependencies()DigestgetDeployHash()ExecutionResultgetExecutionResult()java.lang.StringgetTimestamp()java.lang.StringgetTtl()voidsetAccount(Digest account)voidsetBlockHash(java.lang.String blockHash)voidsetDependencies(java.util.List<java.lang.String> dependencies)voidsetDeployHash(Digest deployHash)voidsetExecutionResult(ExecutionResult executionResult)voidsetTimestamp(java.lang.String timestamp)voidsetTtl(java.lang.String ttl)
-
-
-
Constructor Detail
-
DeployProcessed
public DeployProcessed(Digest deployHash, Digest account, java.lang.String timestamp, java.lang.String ttl, java.util.List<java.lang.String> dependencies, java.lang.String blockHash, ExecutionResult executionResult)
-
DeployProcessed
public DeployProcessed()
-
-
Method Detail
-
builder
public static DeployProcessed.DeployProcessedBuilder builder()
-
getDeployHash
public Digest getDeployHash()
-
getAccount
public Digest getAccount()
-
getTimestamp
public java.lang.String getTimestamp()
-
getTtl
public java.lang.String getTtl()
-
getDependencies
public java.util.List<java.lang.String> getDependencies()
-
getBlockHash
public java.lang.String getBlockHash()
-
getExecutionResult
public ExecutionResult getExecutionResult()
-
setDeployHash
public void setDeployHash(Digest deployHash)
-
setAccount
public void setAccount(Digest account)
-
setTimestamp
public void setTimestamp(java.lang.String timestamp)
-
setTtl
public void setTtl(java.lang.String ttl)
-
setDependencies
public void setDependencies(java.util.List<java.lang.String> dependencies)
-
setBlockHash
public void setBlockHash(java.lang.String blockHash)
-
setExecutionResult
public void setExecutionResult(ExecutionResult executionResult)
-
-