public class DefaultTroubleshootingOperationDefinition extends Object implements TroubleshootingOperationDefinition
| Constructor and Description |
|---|
DefaultTroubleshootingOperationDefinition(String name,
String description,
ArgumentDefinition... argumentDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
List<ArgumentDefinition> |
getArgumentDefinitions() |
String |
getDescription() |
String |
getName() |
public DefaultTroubleshootingOperationDefinition(String name, String description, ArgumentDefinition... argumentDefinitions)
public String getName()
getName in interface TroubleshootingOperationDefinitionpublic String getDescription()
getDescription in interface TroubleshootingOperationDefinitionpublic List<ArgumentDefinition> getArgumentDefinitions()
getArgumentDefinitions in interface TroubleshootingOperationDefinitionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.