Interface ExporterEntity<T extends ExporterEntity<T>>

Type Parameters:
T -

public interface ExporterEntity<T extends ExporterEntity<T>>
Represents an entity that can be written to ElasticSearch or OpenSearch
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Sets the id of the entity
  • Method Details

    • getId

      String getId()
      Returns:
      the id of the entity
    • setId

      T setId(String id)
      Sets the id of the entity
      Parameters:
      id - the id to set
      Returns:
      the entity