Uses of Class
dev.vality.damsel.base.TimestampIntervalBound
Packages that use TimestampIntervalBound
-
Uses of TimestampIntervalBound in dev.vality.damsel.base
Fields in dev.vality.damsel.base declared as TimestampIntervalBoundMethods in dev.vality.damsel.base that return TimestampIntervalBoundModifier and TypeMethodDescriptionTimestampIntervalBound.deepCopy()TimestampInterval.getLowerBound()TimestampInterval.getUpperBound()TimestampIntervalBound.setBoundTime(String bound_time) TimestampIntervalBound.setBoundType(BoundType bound_type) Methods in dev.vality.damsel.base with parameters of type TimestampIntervalBoundModifier and TypeMethodDescriptionintTimestampIntervalBound.compareTo(TimestampIntervalBound other) booleanTimestampIntervalBound.equals(TimestampIntervalBound that) TimestampInterval.setLowerBound(TimestampIntervalBound lower_bound) TimestampInterval.setUpperBound(TimestampIntervalBound upper_bound) Constructors in dev.vality.damsel.base with parameters of type TimestampIntervalBoundModifierConstructorDescriptionPerforms a deep copy on other.