public class ImmutableActingParameterModel extends Object implements org.mule.runtime.api.meta.model.parameter.ActingParameterModel
ActingParameterModel| Constructor and Description |
|---|
ImmutableActingParameterModel(String name,
boolean required)
Creates a new instance with the given state
|
ImmutableActingParameterModel(String name,
boolean required,
String extractionExpression)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExtractionExpression() |
String |
getName() |
int |
hashCode() |
boolean |
isRequired() |
public ImmutableActingParameterModel(String name, boolean required)
name - the parameter's name. Cannot be blank.required - whether this parameter is required or notpublic ImmutableActingParameterModel(String name, boolean required, String extractionExpression)
name - the parameter's name. Cannot be blank.required - whether this parameter is required or notextractionExpression - the extraction expression to the acting parameter value.public String getName()
getName in interface org.mule.runtime.api.meta.model.parameter.ActingParameterModelpublic boolean isRequired()
isRequired in interface org.mule.runtime.api.meta.model.parameter.ActingParameterModelpublic String getExtractionExpression()
getExtractionExpression in interface org.mule.runtime.api.meta.model.parameter.ActingParameterModelCopyright © 2025 MuleSoft, Inc.. All rights reserved.