Package com.casper.sdk.model.entity
Class SystemKind
- java.lang.Object
-
- com.casper.sdk.model.entity.SystemKind
-
- All Implemented Interfaces:
EntityAddressKind
public class SystemKind extends java.lang.Object implements EntityAddressKind
Package associated with a native contract implementation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemKind.SystemEntityTypeSystem contract types.static classSystemKind.SystemKindBuilder
-
Constructor Summary
Constructors Constructor Description SystemKind()SystemKind(SystemKind.SystemEntityType system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemKind.SystemKindBuilderbuilder()static SystemKindcreate(SystemKind.SystemEntityType value)SystemKind.SystemEntityTypegetSystem()voidsetSystem(SystemKind.SystemEntityType system)
-
-
-
Constructor Detail
-
SystemKind
public SystemKind()
-
SystemKind
public SystemKind(SystemKind.SystemEntityType system)
-
-
Method Detail
-
create
public static SystemKind create(SystemKind.SystemEntityType value)
-
builder
public static SystemKind.SystemKindBuilder builder()
-
getSystem
public SystemKind.SystemEntityType getSystem()
-
setSystem
public void setSystem(SystemKind.SystemEntityType system)
-
-