public class DataSenseComponentInfo extends Object
| Constructor and Description |
|---|
DataSenseComponentInfo(OperationModel operationModel,
SourceModel sourceModel,
List<String> messages,
List<DataSenseNotification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSenseNotification> |
getDataSenseNotifications() |
List<String> |
getMessages() |
Optional<OperationModel> |
getOperationModel() |
Optional<SourceModel> |
getSourceModel() |
public DataSenseComponentInfo(OperationModel operationModel, SourceModel sourceModel, List<String> messages, List<DataSenseNotification> notifications)
public Optional<OperationModel> getOperationModel()
public Optional<SourceModel> getSourceModel()
public List<DataSenseNotification> getDataSenseNotifications()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.