Package org.stubit.random
Class RandomLocalTime.LocalTimeBuilder
java.lang.Object
org.stubit.random.RandomLocalTime.LocalTimeBuilder
- Enclosing class:
- RandomLocalTime
Builds a random
LocalTime with specified field values (e.g. hour, minute).-
Constructor Details
-
LocalTimeBuilder
public LocalTimeBuilder()
-
-
Method Details
-
hour
- Parameters:
hour- the hour for the randomLocalTime- Returns:
- this
-
minute
- Parameters:
minute- the minute for the randomLocalTime- Returns:
- this
-
second
- Parameters:
second- the second for the randomLocalTime- Returns:
- this
-
nano
- Parameters:
nano- the nanosecond for the randomLocalTime- Returns:
- this
-
build
- Returns:
- the random
LocalTime
-