Class HeightBlockIdentifier.HeightBlockIdentifierBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier.HeightBlockIdentifierBuilder
-
- Enclosing class:
- HeightBlockIdentifier
public static class HeightBlockIdentifier.HeightBlockIdentifierBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeightBlockIdentifierbuild()HeightBlockIdentifier.HeightBlockIdentifierBuilderheight(long height)Block heightjava.lang.StringtoString()
-
-
-
Method Detail
-
height
public HeightBlockIdentifier.HeightBlockIdentifierBuilder height(long height)
Block height- Returns:
this.
-
build
public HeightBlockIdentifier build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-