Package org.ivoa.dm.executionbroker
Class ScheduleStartDurationInstant.ScheduleStartDurationInstantBuilder
java.lang.Object
org.ivoa.dm.executionbroker.ScheduleStartDurationInstant.ScheduleStartDurationInstantBuilder
- Enclosing class:
- ScheduleStartDurationInstant
A builder class for ScheduleStartDurationInstant, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()create a ScheduleStartDurationInstant from this builder.
-
Field Details
-
start
. -
duration
.
-
-
Constructor Details
-
ScheduleStartDurationInstantBuilder
public ScheduleStartDurationInstantBuilder()
-
-
Method Details
-
create
create a ScheduleStartDurationInstant from this builder.- Returns:
- an object initialized from the builder.
-