public class StringQueryResult extends Object implements QueryResult<String>
| Constructor and Description |
|---|
StringQueryResult(String value) |
| Modifier and Type | Method and Description |
|---|---|
AttributeExpression.ResultType |
getResultType() |
String |
getValue() |
String |
toString() |
private final String value
public StringQueryResult(String value)
public String getValue()
getValue in interface QueryResult<String>public AttributeExpression.ResultType getResultType()
getResultType in interface QueryResult<String>Copyright © 2022 Apache NiFi Project. All rights reserved.