Interface ObjectDatumStreamMetadata

All Superinterfaces:
DatumStreamMetadata
All Known Implementing Classes:
BasicObjectDatumStreamMetadata

public interface ObjectDatumStreamMetadata extends DatumStreamMetadata
Object-specific (node or location) datum stream metadata.
Since:
1.72
Version:
1.0
Author:
matt
  • Method Details

    • getObjectId

      Long getObjectId()
      Get the object ID.
      Returns:
      the object ID
    • getSourceId

      String getSourceId()
      Get the source ID.
      Returns:
      the source ID
    • getMetaJson

      String getMetaJson()
      Get the optional custom JSON metadata.
      Returns:
      the JSON metadata
    • getKind

      ObjectDatumKind getKind()
      Get the object datum kind.
      Returns:
      the kind
    • getLocation

      Location getLocation()
      Get the object location.
      Returns:
      the location