public class DateTimeParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
DATE_TIME_FORMAT |
private Date |
dateTimeValue |
private static String |
INVALID_INTEGER_MESSAGE |
| Constructor and Description |
|---|
DateTimeParameter(String rawDateTime) |
private static final String DATE_TIME_FORMAT
private static final String INVALID_INTEGER_MESSAGE
private Date dateTimeValue
public DateTimeParameter(String rawDateTime)
public Date getDateTime()
public static String format(DateTimeParameter param)
public static Date parse(String str) throws ParseException
ParseExceptionCopyright © 2015 Apache NiFi (incubating). All rights reserved.