public class SourceModel extends Object
ExtensionModel.| Constructor and Description |
|---|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Optional<DisplayModel> |
getDisplayModel() |
Optional<SourceCallbackModel> |
getErrorCallback() |
Set<ErrorModel> |
getErrorModels() |
String |
getName() |
List<? extends NestableElementModel> |
getNestedComponents() |
OutputModel |
getOutput() |
OutputModel |
getOutputAttributes() |
List<ParameterGroupModel> |
getParameterGroupModels() |
StereotypeModel |
getStereotype() |
Optional<SourceCallbackModel> |
getSuccessCallback() |
Optional<SourceCallbackModel> |
getTerminateCallback() |
int |
hashCode() |
boolean |
hasResponse() |
boolean |
isTransactional() |
boolean |
requiresConnection() |
boolean |
supportsStreaming() |
String |
toString() |
public SourceModel(String name, String description, List<ParameterGroupModel> parameterGroupModels, DisplayModel displayModel, OutputModel output, OutputModel outputAttributes, boolean transactional, boolean requiresConnection, boolean supportsStreaming, StereotypeModel stereotype, boolean hasResponse, SourceCallbackModel successCallback, SourceCallbackModel errorCallback, SourceCallbackModel terminateCallbackModel, Set<ErrorModel> errors, List<? extends NestableElementModel> nestedComponents)
public String getName()
public String getDescription()
public List<ParameterGroupModel> getParameterGroupModels()
public Optional<DisplayModel> getDisplayModel()
public OutputModel getOutput()
public OutputModel getOutputAttributes()
public boolean isTransactional()
public boolean requiresConnection()
public boolean supportsStreaming()
public StereotypeModel getStereotype()
public boolean hasResponse()
public Optional<SourceCallbackModel> getSuccessCallback()
public Optional<SourceCallbackModel> getErrorCallback()
public Optional<SourceCallbackModel> getTerminateCallback()
public Set<ErrorModel> getErrorModels()
public List<? extends NestableElementModel> getNestedComponents()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.