@DefaultSchema(value=JavaFieldSchema.class) public static class PeriodicSequence.SequenceDefinition extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
catchUpToNow |
java.lang.Long |
durationMilliSec |
Instant |
first |
Instant |
last |
Constructor and Description |
---|
SequenceDefinition() |
SequenceDefinition(Instant first,
Instant last,
Duration duration) |
SequenceDefinition(Instant first,
Instant last,
Duration duration,
boolean catchUpToNow)
catchUpToNow is experimental; no backwards-compatibility guarantees.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object obj) |
int |
hashCode() |