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