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