Interface IdentifiablePayload<P extends PermissionRequest,R>

Type Parameters:
P - The type of the permission request
R - The type of the payload, usually just the format that is provided by the metering data administrator or permission administrator
All Known Implementing Classes:
IdentifiableAccountingPointData, IdentifiableAccountingPointData, IdentifiableAccountingPointData, IdentifiableAccountingPointData, IdentifiableAccountingPointData, IdentifiableAccountingPointDetails, IdentifiableApiResponse, IdentifiableMeteredData, IdentifiableMeteringData, IdentifiableMeteringData, IdentifiableMeterReading, IdentifiableSyndFeed, IdentifiableValidatedHistoricalData, IdentifiableValidatedHistoricalData

public interface IdentifiablePayload<P extends PermissionRequest,R>
Interface for all the classes that have a permission request and a payload, such as IdentifiableMeterReading.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • permissionRequest

      P permissionRequest()
    • payload

      R payload()