Class ByteCodeKind.ByteCodeKindBuilder
- java.lang.Object
-
- com.casper.sdk.model.transaction.kind.ByteCodeKind.ByteCodeKindBuilder
-
- Enclosing class:
- ByteCodeKind
public static class ByteCodeKind.ByteCodeKindBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteCodeKindbuild()java.lang.StringtoString()ByteCodeKind.ByteCodeKindBuildervalue(ByteCode value)
-
-
-
Method Detail
-
value
public ByteCodeKind.ByteCodeKindBuilder value(ByteCode value)
- Returns:
this.
-
build
public ByteCodeKind build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-