Class AccountingPointDataMarketDocumentModel
java.lang.Object
energy.eddie.outbound.rest.model.cim.v0_82.AccountingPointDataMarketDocumentModel
- All Implemented Interfaces:
ModelWithJsonPayload<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope>
@Entity
public class AccountingPointDataMarketDocumentModel
extends Object
implements ModelWithJsonPayload<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccountingPointDataMarketDocumentModel(energy.eddie.cim.v0_82.ap.AccountingPointEnvelope payload) AccountingPointDataMarketDocumentModel(ZonedDateTime insertedAt, energy.eddie.cim.v0_82.ap.AccountingPointEnvelope payload) -
Method Summary
-
Constructor Details
-
AccountingPointDataMarketDocumentModel
public AccountingPointDataMarketDocumentModel(ZonedDateTime insertedAt, energy.eddie.cim.v0_82.ap.AccountingPointEnvelope payload) -
AccountingPointDataMarketDocumentModel
public AccountingPointDataMarketDocumentModel(energy.eddie.cim.v0_82.ap.AccountingPointEnvelope payload) -
AccountingPointDataMarketDocumentModel
protected AccountingPointDataMarketDocumentModel()
-
-
Method Details
-
payload
public energy.eddie.cim.v0_82.ap.AccountingPointEnvelope payload()- Specified by:
payloadin interfaceModelWithJsonPayload<energy.eddie.cim.v0_82.ap.AccountingPointEnvelope>
-