Class StorageViewObject.Simple
java.lang.Object
one.microstream.storage.restclient.StorageViewElement.Abstract
one.microstream.storage.restclient.StorageViewValue.Default
one.microstream.storage.restclient.StorageViewObject.Simple
- All Implemented Interfaces:
StorageViewElement
,StorageViewObject
,StorageViewValue
- Direct Known Subclasses:
StorageViewObject.Complex
- Enclosing interface:
- StorageViewObject
public static class StorageViewObject.Simple extends StorageViewValue.Default implements StorageViewObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewElement
StorageViewElement.Abstract
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewObject
StorageViewObject.Complex, StorageViewObject.Simple
Nested classes/interfaces inherited from interface one.microstream.storage.restclient.StorageViewValue
StorageViewValue.Default
-
Constructor Summary
Constructors Constructor Description Simple()
-
Method Summary
Modifier and Type Method Description long
objectId()
String
toString()
PersistenceTypeDescription
typeDescription()
Methods inherited from class one.microstream.storage.restclient.StorageViewValue.Default
hasMembers, members
Methods inherited from class one.microstream.storage.restclient.StorageViewElement.Abstract
name, parent, qualifiedTypeName, simpleTypeName, value, view
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.storage.restclient.StorageViewElement
hasMembers, members, name, parent, parentOfType, qualifiedTypeName, simpleTypeName, value, view
-
Constructor Details
-
Simple
public Simple()
-
-
Method Details
-
typeDescription
- Specified by:
typeDescription
in interfaceStorageViewObject
-
objectId
public long objectId()- Specified by:
objectId
in interfaceStorageViewObject
-
toString
- Overrides:
toString
in classStorageViewElement.Abstract
-