Interface ResponseEntity

All Known Implementing Classes:
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.

  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the unique identifier of the entity.
  • Method Details

    • getId

      String getId()
      Retrieves the unique identifier of the entity.
      Returns:
      the unique identifier as a String