@Beta public class SettlementDocumentCreatedMessage extends AbstractMessage
Constructor and Description |
---|
SettlementDocumentCreatedMessage(String originalMessageContent,
S4HanaMessageMetadata 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 |
---|---|
S4HanaMessageMetadata |
getMetadata()
Returns the metadata received with this message.
|
Optional<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 S4HanaMessageMetadata 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 S4HanaMessageMetadata getMetadata()
Copyright © 2019 SAP SE. All rights reserved.