Package uk.gov.gchq.gaffer.time.function
Class MaskTimestampSetByTimeRange.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange.Builder
-
- Enclosing class:
- MaskTimestampSetByTimeRange
public static final class MaskTimestampSetByTimeRange.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaskTimestampSetByTimeRange
build()
MaskTimestampSetByTimeRange.Builder
endTime(Long endTime)
MaskTimestampSetByTimeRange.Builder
startTime(Long startTime)
MaskTimestampSetByTimeRange.Builder
timeUnit(uk.gov.gchq.koryphe.util.TimeUnit timeUnit)
-
-
-
Method Detail
-
build
public MaskTimestampSetByTimeRange build()
-
startTime
public MaskTimestampSetByTimeRange.Builder startTime(Long startTime)
-
endTime
public MaskTimestampSetByTimeRange.Builder endTime(Long endTime)
-
timeUnit
public MaskTimestampSetByTimeRange.Builder timeUnit(uk.gov.gchq.koryphe.util.TimeUnit timeUnit)
-
-