Class RetransmissionServiceNotFound
java.lang.Object
energy.eddie.api.agnostic.retransmission.result.RetransmissionServiceNotFound
- All Implemented Interfaces:
RetransmissionResult
-
Constructor Summary
ConstructorsConstructorDescriptionRetransmissionServiceNotFound(String permissionId, String regionConnectorId, ZonedDateTime timestamp) -
Method Summary
Modifier and TypeMethodDescriptionThe permission id the original request was for.reason()The timestamp when the result was created.
-
Constructor Details
-
RetransmissionServiceNotFound
public RetransmissionServiceNotFound(String permissionId, String regionConnectorId, ZonedDateTime timestamp)
-
-
Method Details
-
permissionId
Description copied from interface:RetransmissionResultThe permission id the original request was for.- Specified by:
permissionIdin interfaceRetransmissionResult- Returns:
- the permission id
-
timestamp
Description copied from interface:RetransmissionResultThe timestamp when the result was created.- Specified by:
timestampin interfaceRetransmissionResult- Returns:
- the timestamp of the result
-
regionConnectorId
-
reason
-