-
public final class LogEvent.DdDatadog internal information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LogEvent.Devicedevice
-
Constructor Summary
Constructors Constructor Description LogEvent.Dd(LogEvent.Device device)
-
Method Summary
Modifier and Type Method Description final LogEvent.DevicegetDevice()final JsonElementtoJson()-
-
Constructor Detail
-
LogEvent.Dd
LogEvent.Dd(LogEvent.Device device)
- Parameters:
device- Information about the device that produced this log.
-
-
Method Detail
-
getDevice
final LogEvent.Device getDevice()
-
toJson
final JsonElement toJson()
-
-
-
-