Package com.casper.sdk.model.event.step
Class Step
- java.lang.Object
-
- com.casper.sdk.model.event.step.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStep.StepBuilder
-
Constructor Summary
Constructors Constructor Description Step()Step(long eraId, ExecutionEffect executionEffect)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Step.StepBuilderbuilder()longgetEraId()ExecutionEffectgetExecutionEffect()The journal of execution transforms from a single deploy.voidsetEraId(long eraId)voidsetExecutionEffect(ExecutionEffect executionEffect)The journal of execution transforms from a single deploy.
-
-
-
Constructor Detail
-
Step
public Step(long eraId, ExecutionEffect executionEffect)
-
Step
public Step()
-
-
Method Detail
-
builder
public static Step.StepBuilder builder()
-
getEraId
public long getEraId()
-
getExecutionEffect
public ExecutionEffect getExecutionEffect()
The journal of execution transforms from a single deploy.
-
setEraId
public void setEraId(long eraId)
-
setExecutionEffect
public void setExecutionEffect(ExecutionEffect executionEffect)
The journal of execution transforms from a single deploy.
-
-