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