Uses of Class
dev.vality.machinegun.base.TimestampIntervalBound
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of TimestampIntervalBound in dev.vality.machinegun.base
Fields in dev.vality.machinegun.base declared as TimestampIntervalBound Modifier and Type Field Description TimestampIntervalBoundTimestampInterval. lower_boundTimestampIntervalBoundTimestampInterval. upper_boundMethods in dev.vality.machinegun.base that return TimestampIntervalBound Modifier and Type Method Description TimestampIntervalBoundTimestampIntervalBound. deepCopy()TimestampIntervalBoundTimestampInterval. getLowerBound()TimestampIntervalBoundTimestampInterval. getUpperBound()TimestampIntervalBoundTimestampIntervalBound. setBoundTime(String bound_time)TimestampIntervalBoundTimestampIntervalBound. setBoundType(BoundType bound_type)Methods in dev.vality.machinegun.base with parameters of type TimestampIntervalBound Modifier and Type Method Description intTimestampIntervalBound. compareTo(TimestampIntervalBound other)booleanTimestampIntervalBound. equals(TimestampIntervalBound that)TimestampIntervalTimestampInterval. setLowerBound(TimestampIntervalBound lower_bound)TimestampIntervalTimestampInterval. setUpperBound(TimestampIntervalBound upper_bound)Constructors in dev.vality.machinegun.base with parameters of type TimestampIntervalBound Constructor Description TimestampIntervalBound(TimestampIntervalBound other)Performs a deep copy on other.