@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()  | 
public Instant first
public Instant last
public java.lang.Long durationMilliSec
public boolean catchUpToNow
public boolean equals(@Nullable java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object