Class StorageViewObject.Simple
java.lang.Object
one.microstream.storage.restclient.types.StorageViewElement.Abstract
one.microstream.storage.restclient.types.StorageViewValue.Default
one.microstream.storage.restclient.types.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.types.StorageViewElement
StorageViewElement.AbstractNested classes/interfaces inherited from interface one.microstream.storage.restclient.types.StorageViewObject
StorageViewObject.Complex, StorageViewObject.SimpleNested classes/interfaces inherited from interface one.microstream.storage.restclient.types.StorageViewValue
StorageViewValue.Default -
Method Summary
Modifier and Type Method Description longobjectId()StringtoString()PersistenceTypeDescriptiontypeDescription()Methods inherited from class one.microstream.storage.restclient.types.StorageViewValue.Default
hasMembers, membersMethods inherited from class one.microstream.storage.restclient.types.StorageViewElement.Abstract
name, parent, qualifiedTypeName, simpleTypeName, value, viewMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.restclient.types.StorageViewElement
hasMembers, members, name, parent, parentOfType, qualifiedTypeName, simpleTypeName, value, view
-
Method Details
-
typeDescription
- Specified by:
typeDescriptionin interfaceStorageViewObject
-
objectId
public long objectId()- Specified by:
objectIdin interfaceStorageViewObject
-
toString
- Overrides:
toStringin classStorageViewElement.Abstract
-