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