public class TimestampParam
extends io.dropwizard.jersey.params.AbstractParam<org.opennms.newts.api.Timestamp>
Timestamp instances from ISO 8601
timestamps, or seconds since the Unix epoch. Non-parseable values will result in a
400 Bad Request response.| Constructor and Description |
|---|
TimestampParam(String input) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
errorMessage(String input,
Exception e) |
protected org.opennms.newts.api.Timestamp |
parse(String input) |
Copyright © 2017. All rights reserved.