Package com.chrt.api.types
Class TaskGroupByDriverDataPoint1.Builder
- java.lang.Object
-
- com.chrt.api.types.TaskGroupByDriverDataPoint1.Builder
-
- All Implemented Interfaces:
TaskGroupByDriverDataPoint1._FinalStage,TaskGroupByDriverDataPoint1.IdStage,TaskGroupByDriverDataPoint1.LocationStage,TaskGroupByDriverDataPoint1.MetadataStage,TaskGroupByDriverDataPoint1.SchemaVersionStage,TaskGroupByDriverDataPoint1.TimestampStage
- Enclosing class:
- TaskGroupByDriverDataPoint1
public static final class TaskGroupByDriverDataPoint1.Builder extends java.lang.Object implements TaskGroupByDriverDataPoint1.SchemaVersionStage, TaskGroupByDriverDataPoint1.TimestampStage, TaskGroupByDriverDataPoint1.MetadataStage, TaskGroupByDriverDataPoint1.LocationStage, TaskGroupByDriverDataPoint1.IdStage, TaskGroupByDriverDataPoint1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskGroupByDriverDataPoint1build()TaskGroupByDriverDataPoint1.Builderfrom(TaskGroupByDriverDataPoint1 other)TaskGroupByDriverDataPoint1._FinalStageid(java.lang.String id)TaskGroupByDriverDataPoint1.IdStagelocation(LocationFeature location)TaskGroupByDriverDataPoint1.LocationStagemetadata(TaskGroupByDriverDataPointMetadata1 metadata)TaskGroupByDriverDataPoint1.TimestampStageschemaVersion(int schemaVersion)TaskGroupByDriverDataPoint1.MetadataStagetimestamp(java.time.OffsetDateTime timestamp)
-
-
-
Method Detail
-
from
public TaskGroupByDriverDataPoint1.Builder from(TaskGroupByDriverDataPoint1 other)
- Specified by:
fromin interfaceTaskGroupByDriverDataPoint1.SchemaVersionStage
-
schemaVersion
public TaskGroupByDriverDataPoint1.TimestampStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceTaskGroupByDriverDataPoint1.SchemaVersionStage
-
timestamp
public TaskGroupByDriverDataPoint1.MetadataStage timestamp(@NotNull java.time.OffsetDateTime timestamp)
- Specified by:
timestampin interfaceTaskGroupByDriverDataPoint1.TimestampStage
-
metadata
public TaskGroupByDriverDataPoint1.LocationStage metadata(@NotNull TaskGroupByDriverDataPointMetadata1 metadata)
- Specified by:
metadatain interfaceTaskGroupByDriverDataPoint1.MetadataStage
-
location
public TaskGroupByDriverDataPoint1.IdStage location(@NotNull LocationFeature location)
- Specified by:
locationin interfaceTaskGroupByDriverDataPoint1.LocationStage
-
id
public TaskGroupByDriverDataPoint1._FinalStage id(@NotNull java.lang.String id)
- Specified by:
idin interfaceTaskGroupByDriverDataPoint1.IdStage
-
build
public TaskGroupByDriverDataPoint1 build()
- Specified by:
buildin interfaceTaskGroupByDriverDataPoint1._FinalStage
-
-