Class AnalyticsRecord
java.lang.Object
com.tccc.kos.core.service.analytics.AnalyticsRecord
Analytics record used to transfer the event to an external system and
for working with database entries.
- Version:
- 2024-03-12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
getType()
void
void
void
setPriority
(Integer priority) void
setTimestamp
(String timestamp) void
setTimestampMs
(Long timestampMs) void
-
Constructor Details
-
AnalyticsRecord
public AnalyticsRecord()
-
-
Method Details
-
getNodeId
-
getTimestamp
-
getType
-
getData
-
getTimestampMs
-
getPriority
-
setNodeId
-
setTimestamp
-
setType
-
setData
-
setTimestampMs
-
setPriority
-