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
-
Method Details
-
getId
String getId()- Returns:
- the id of the entity
-
setId
Sets the id of the entity- Parameters:
id- the id to set- Returns:
- the entity
-