Schnittstelle ResponseEntity

Alle bekannten Implementierungsklassen:
AbstractEntity, RecordEntity, ZoneEntity

public interface ResponseEntity
Represents a contract for entities that have a unique identifier.

This interface is primarily used as a common abstraction for domain objects that require a unique identifier, enabling type consistency and code reusability.

  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Retrieves the unique identifier of the entity.
  • Methodendetails

    • getId

      String getId()
      Retrieves the unique identifier of the entity.
      Gibt zurück:
      the unique identifier as a String