-
- All Implemented Interfaces:
public final class RuntimeModuleStorageItem
-
-
Constructor Summary
Constructors Constructor Description RuntimeModuleStorageItem(String name, RuntimeModuleStorageItemModifier modifier, RuntimeModuleStorageItemType type, List<Byte> fallbackListOfInt8, List<String> docs)
-
Method Summary
Modifier and Type Method Description final ByteArraygetFallback()final StringgetName()final RuntimeModuleStorageItemModifiergetModifier()final RuntimeModuleStorageItemTypegetType()final List<String>getDocs()-
-
Constructor Detail
-
RuntimeModuleStorageItem
RuntimeModuleStorageItem(String name, RuntimeModuleStorageItemModifier modifier, RuntimeModuleStorageItemType type, List<Byte> fallbackListOfInt8, List<String> docs)
-
-
Method Detail
-
getFallback
final ByteArray getFallback()
-
getModifier
final RuntimeModuleStorageItemModifier getModifier()
-
getType
final RuntimeModuleStorageItemType getType()
-
-
-
-