public static class TimeBounds.TimeBoundsBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TimeBounds |
build() |
TimeBounds.TimeBoundsBuilder |
maxTime(TimePoint maxTime) |
TimeBounds.TimeBoundsBuilder |
minTime(TimePoint minTime) |
java.lang.String |
toString() |
public TimeBounds.TimeBoundsBuilder minTime(TimePoint minTime)
this
.public TimeBounds.TimeBoundsBuilder maxTime(TimePoint maxTime)
this
.public TimeBounds build()
public java.lang.String toString()
toString
in class java.lang.Object