Package io.dialob.client.api
Interface DialobStore.StoreEntity
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableStoreEntity
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.StoreEntity extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBody()DialobStore.BodyTypegetBodyType()StringgetHash()StringgetId()
-
-
-
Method Detail
-
getId
String getId()
-
getBodyType
DialobStore.BodyType getBodyType()
-
getHash
String getHash()
-
getBody
String getBody()
-
-