Interface DataEvent.CreatedAtStage
-
- All Known Implementing Classes:
DataEvent.Builder
- Enclosing class:
- DataEvent
public static interface DataEvent.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataEvent._FinalStagecreatedAt(int createdAt)The time the event occurred as a UTC Unix timestamp
-
-
-
Method Detail
-
createdAt
DataEvent._FinalStage createdAt(int createdAt)
The time the event occurred as a UTC Unix timestamp
-
-