Uses of Class
dev.vality.damsel.base.TimestampInterval
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain |
-
Uses of TimestampInterval in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return TimestampInterval Modifier and Type Method Description TimestampIntervalTimestampInterval. deepCopy()TimestampIntervalTimestampInterval. setLowerBound(TimestampIntervalBound lower_bound)TimestampIntervalTimestampInterval. setUpperBound(TimestampIntervalBound upper_bound)Methods in dev.vality.damsel.base with parameters of type TimestampInterval Modifier and Type Method Description intTimestampInterval. compareTo(TimestampInterval other)booleanTimestampInterval. equals(TimestampInterval that)Constructors in dev.vality.damsel.base with parameters of type TimestampInterval Constructor Description TimestampInterval(TimestampInterval other)Performs a deep copy on other. -
Uses of TimestampInterval in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TimestampInterval Modifier and Type Field Description TimestampIntervalTimedTermSet. action_timeMethods in dev.vality.damsel.domain that return TimestampInterval Modifier and Type Method Description TimestampIntervalTimedTermSet. getActionTime()Methods in dev.vality.damsel.domain with parameters of type TimestampInterval Modifier and Type Method Description TimedTermSetTimedTermSet. setActionTime(TimestampInterval action_time)Constructors in dev.vality.damsel.domain with parameters of type TimestampInterval Constructor Description TimedTermSet(TimestampInterval action_time, TermSet terms)