Package io.resys.hdes.client.api
Interface HdesStore.StoreEntity
- All Known Implementing Classes:
ImmutableStoreEntity
- Enclosing interface:
- HdesStore
@Immutable
public static interface HdesStore.StoreEntity
-
Method Details
-
getId
String getId() -
getBodyType
AstBody.AstBodyType getBodyType() -
getHash
String getHash() -
getBody
List<AstCommand> getBody()
-