public static interface EventPredictionSummary.Builder extends SdkPojo, CopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
| Modifier and Type | Method and Description |
|---|---|
EventPredictionSummary.Builder |
detectorId(String detectorId)
The detector ID.
|
EventPredictionSummary.Builder |
detectorVersionId(String detectorVersionId)
The detector version ID.
|
EventPredictionSummary.Builder |
eventId(String eventId)
The event ID.
|
EventPredictionSummary.Builder |
eventTimestamp(String eventTimestamp)
The timestamp of the event.
|
EventPredictionSummary.Builder |
eventTypeName(String eventTypeName)
The event type.
|
EventPredictionSummary.Builder |
predictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventPredictionSummary.Builder eventId(String eventId)
The event ID.
eventId - The event ID.EventPredictionSummary.Builder eventTypeName(String eventTypeName)
The event type.
eventTypeName - The event type.EventPredictionSummary.Builder eventTimestamp(String eventTimestamp)
The timestamp of the event.
eventTimestamp - The timestamp of the event.EventPredictionSummary.Builder predictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
predictionTimestamp - The timestamp when the prediction was generated.EventPredictionSummary.Builder detectorId(String detectorId)
The detector ID.
detectorId - The detector ID.EventPredictionSummary.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId - The detector version ID.Copyright © 2022. All rights reserved.