Class CMRequestId
java.lang.Object
energy.eddie.regionconnector.at.eda.utils.CMRequestId
-
Constructor Summary
ConstructorsConstructorDescriptionCMRequestId(String messageId) This class represents a CMRequestId as defined in the schema documentation found on: ebutilities in the documents section. -
Method Summary
-
Constructor Details
-
CMRequestId
This class represents a CMRequestId as defined in the schema documentation found on: ebutilities in the documents section.The CMRequestId is created via the following process:
- compute CRC32 fom the messageId
- compute CRC8 from the CRC32
- checksum = append CRC8 to CRC32
- CMRequestId = base32 encoding of the checksum
- Parameters:
messageId- the message id to be used as input for the request id
-
-
Method Details