public final class ImmutableNotificationModel extends Object implements org.mule.runtime.api.meta.model.notification.NotificationModel
NotificationModel| Constructor and Description |
|---|
ImmutableNotificationModel(String namespace,
String identifier,
org.mule.metadata.api.model.MetadataType metadataType)
Creates a new
NotificationModel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIdentifier() |
String |
getNamespace() |
org.mule.metadata.api.model.MetadataType |
getType() |
int |
hashCode() |
public ImmutableNotificationModel(String namespace, String identifier, org.mule.metadata.api.model.MetadataType metadataType)
NotificationModel.namespace - the namespace of the notificationidentifier - the identifier of the notificationmetadataType - the type of data the notification providespublic String getNamespace()
getNamespace in interface org.mule.runtime.api.meta.model.notification.NotificationModelpublic String getIdentifier()
getIdentifier in interface org.mule.runtime.api.meta.model.notification.NotificationModelpublic org.mule.metadata.api.model.MetadataType getType()
getType in interface org.mule.runtime.api.meta.model.notification.NotificationModelCopyright © 2024 MuleSoft, Inc.. All rights reserved.