Package energy.eddie.dataneeds.needs
Class AccountingPointDataNeed
java.lang.Object
energy.eddie.dataneeds.needs.DataNeed
energy.eddie.dataneeds.needs.AccountingPointDataNeed
- All Implemented Interfaces:
DataNeedInterface
Data need designed to request accounting point information about a customer from their MDA.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAccountingPointDataNeed(String name, String description, String purpose, String policyLink, boolean enabled, RegionConnectorFilter regionConnectorFilter) -
Method Summary
Methods inherited from class energy.eddie.dataneeds.needs.DataNeed
createdAt, description, id, isEnabled, name, policyLink, purpose, regionConnectorFilter, setId, type
-
Field Details
-
DISCRIMINATOR_VALUE
- See Also:
-
-
Constructor Details
-
AccountingPointDataNeed
public AccountingPointDataNeed() -
AccountingPointDataNeed
public AccountingPointDataNeed(String name, String description, String purpose, String policyLink, boolean enabled, @Nullable RegionConnectorFilter regionConnectorFilter)
-