Uses of Class
dev.vality.damsel.payout_processing.TimeRange
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of TimeRange in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as TimeRange Modifier and Type Field Description TimeRangeGeneratePayoutParams. time_rangeTimeRangePayoutSearchCriteria. time_rangeMethods in dev.vality.damsel.payout_processing that return TimeRange Modifier and Type Method Description TimeRangeTimeRange. deepCopy()TimeRangeGeneratePayoutParams. getTimeRange()TimeRangePayoutSearchCriteria. getTimeRange()TimeRangeTimeRange. setFromTime(String from_time)TimeRangeTimeRange. setToTime(String to_time)Methods in dev.vality.damsel.payout_processing with parameters of type TimeRange Modifier and Type Method Description intTimeRange. compareTo(TimeRange other)booleanTimeRange. equals(TimeRange that)GeneratePayoutParamsGeneratePayoutParams. setTimeRange(TimeRange time_range)PayoutSearchCriteriaPayoutSearchCriteria. setTimeRange(TimeRange time_range)Constructors in dev.vality.damsel.payout_processing with parameters of type TimeRange Constructor Description GeneratePayoutParams(TimeRange time_range, ShopParams shop_params)TimeRange(TimeRange other)Performs a deep copy on other.