public class DataSenseNotification extends Object
| Constructor and Description |
|---|
DataSenseNotification(DataSenseNotificationType type,
MetadataComponent component,
String failingElement,
FailureCode failureCode,
I18nMessage message,
I18nMessage reason,
ComponentLocation componentLocation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentLocation> |
getComponentLocation() |
Optional<String> |
getFailingElement() |
Optional<FailureCode> |
getFailureCode() |
I18nMessage |
getMessage() |
Optional<MetadataComponent> |
getMetadataComponent() |
DataSenseNotificationType |
getNotificationType() |
Optional<I18nMessage> |
getReason() |
public DataSenseNotification(DataSenseNotificationType type, MetadataComponent component, String failingElement, FailureCode failureCode, I18nMessage message, I18nMessage reason, ComponentLocation componentLocation)
public DataSenseNotificationType getNotificationType()
public Optional<ComponentLocation> getComponentLocation()
public Optional<MetadataComponent> getMetadataComponent()
public Optional<FailureCode> getFailureCode()
public I18nMessage getMessage()
public Optional<I18nMessage> getReason()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.