public class Notification extends Object
| Constructor and Description |
|---|
Notification(String domain,
String id,
String message,
Map<String,String> customProperties,
Priority priority,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCustomProperties() |
String |
getDomain() |
String |
getId() |
String |
getMessage() |
void |
setCustomProperties(Map<String,String> customProperties) |
void |
setDomain(String domain) |
void |
setId(String transactionId) |
void |
setMessage(String message) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.