-
- All Implemented Interfaces:
public class TransportationModeClassificationEvent extends ApplicationEventTelemetry event for transportation mode classification event analytics.
Build with builder, populate required payload fields, and upload via sendEventRequest.
Maps to schema definition
TransportationModeClassification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTransportationModeClassificationEvent.TransportationModeEnumeration of transportation mode values used in public API payloads.
Serialized using the numeric or string encoding defined by the analytics schema.
public classTransportationModeClassificationEvent.Builder
-
Method Summary
Modifier and Type Method Description TransportationModeClassificationEvent.TransportationModegetTransportationMode()Returns transportation mode. DoublegetConfidence()Returns confidence. EventTypegetEventType()Get TransportationModeClassificationEvent's EventType static TransportationModeClassificationEvent.Builderbuilder()Creates a new builder for constructing an instance. -
-
Method Detail
-
getTransportationMode
TransportationModeClassificationEvent.TransportationMode getTransportationMode()
Returns transportation mode.
-
getConfidence
Double getConfidence()
Returns confidence.
-
getEventType
EventType getEventType()
Get TransportationModeClassificationEvent's EventType
-
builder
static TransportationModeClassificationEvent.Builder builder()
Creates a new builder for constructing an instance.
Use fluent setter methods before calling build().
-
-
-
-