Class ByteCodeKind
- java.lang.Object
-
- com.casper.sdk.model.transaction.kind.ByteCodeKind
-
- All Implemented Interfaces:
StoredValue<ByteCode>
public class ByteCodeKind extends java.lang.Object implements StoredValue<ByteCode>
A ByteCode kind SeeByteCode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classByteCodeKind.ByteCodeKindBuilder
-
Constructor Summary
Constructors Constructor Description ByteCodeKind()ByteCodeKind(ByteCode value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteCodeKind.ByteCodeKindBuilderbuilder()ByteCodegetValue()voidsetValue(ByteCode value)
-
-
-
Constructor Detail
-
ByteCodeKind
public ByteCodeKind(ByteCode value)
-
ByteCodeKind
public ByteCodeKind()
-
-
Method Detail
-
builder
public static ByteCodeKind.ByteCodeKindBuilder builder()
-
getValue
public ByteCode getValue()
- Specified by:
getValuein interfaceStoredValue<ByteCode>
-
setValue
public void setValue(ByteCode value)
-
-