Interface AiidaPermissionRequestInterface

All Superinterfaces:
PermissionRequest
All Known Implementing Classes:
AiidaPermissionRequest

public interface AiidaPermissionRequestInterface extends PermissionRequest
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique identifier of the AIIDA application to which the permission belongs.
    Optional default maximum energy consumption or production limit in kilowatts for controllable units.
    A message providing further information about the latest status.
    Optional physical meter ID provided by the eligible party to map flexible connection agreements and control data source selection.
    Optional default minimum energy consumption or production limit in kilowatts for controllable units.

    Methods inherited from interface energy.eddie.api.agnostic.process.model.PermissionRequest

    connectionId, created, dataNeedId, dataSourceInformation, end, permissionId, start, status
  • Method Details

    • meterId

      @Nullable String meterId()
      Optional physical meter ID provided by the eligible party to map flexible connection agreements and control data source selection.
    • minLimitKw

      @Nullable BigDecimal minLimitKw()
      Optional default minimum energy consumption or production limit in kilowatts for controllable units.
    • maxLimitKw

      @Nullable BigDecimal maxLimitKw()
      Optional default maximum energy consumption or production limit in kilowatts for controllable units.
    • message

      @Nullable String message()
      A message providing further information about the latest status.
    • aiidaId

      @Nullable UUID aiidaId()
      The unique identifier of the AIIDA application to which the permission belongs.