@Beta public class SettlementDocumentCreatedMessage extends AbstractMessage
Constructor and Description |
---|
SettlementDocumentCreatedMessage(String originalMessageContent,
CloudEventsMessageMetadata metadata,
Map<String,String> keyParameters,
Map<String,String> nonKeyParameters)
Creates a
SettlementDocumentCreatedMessage based on the fields contained in the message payload. |
Modifier and Type | Method and Description |
---|---|
CloudEventsMessageMetadata |
getMetadata()
Returns the metadata received with this message.
|
io.vavr.control.Option<String> |
getSettlmtDoc()
Getter for the key field SettlmtDoc value as String, as contained in the payload.
|
canEqual, equals, getContent, hashCode, toString
public SettlementDocumentCreatedMessage(@Nonnull String originalMessageContent, @Nonnull CloudEventsMessageMetadata metadata, @Nonnull Map<String,String> keyParameters, @Nonnull Map<String,String> nonKeyParameters)
SettlementDocumentCreatedMessage
based on the fields contained in the message payload.originalMessageContent
- The actual payload received.metadata
- The metadata of the received message.keyParameters
- The map contained in the payload.nonKeyParameters
- The map contained in the payload.@Nonnull public CloudEventsMessageMetadata getMetadata()
@Nonnull public io.vavr.control.Option<String> getSettlmtDoc()
The returned Option is empty if the message did not contain a value for this field.
Option
.Copyright © 2019 SAP SE. All rights reserved.