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