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