public class UriParameterImpl extends Object implements UriParameter
| Constructor and Description |
|---|
UriParameterImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
Expression |
getExpression() |
String |
getName() |
String |
getReferencedProperty() |
String |
getText() |
UriParameterImpl |
setAlias(String alias) |
UriParameterImpl |
setExpression(Expression expression) |
UriParameterImpl |
setName(String name) |
UriParameterImpl |
setReferencedProperty(String referencedProperty) |
UriParameterImpl |
setText(String text) |
String |
toString() |
public String getName()
getName in interface UriParameterpublic UriParameterImpl setName(String name)
public String getAlias()
getAlias in interface UriParameterpublic UriParameterImpl setAlias(String alias)
public String getText()
getText in interface UriParameterpublic UriParameterImpl setText(String text)
public Expression getExpression()
getExpression in interface UriParameterpublic UriParameterImpl setExpression(Expression expression)
public String getReferencedProperty()
getReferencedProperty in interface UriParameterpublic UriParameterImpl setReferencedProperty(String referencedProperty)
Copyright © 2023. All rights reserved.