-
public final class LogEvent.NetworkThe network information in the moment the log was created
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogEvent.Network.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LogEvent.Clientclient
-
Constructor Summary
Constructors Constructor Description LogEvent.Network(LogEvent.Client client)
-
Method Summary
Modifier and Type Method Description final LogEvent.ClientgetClient()final JsonElementtoJson()-
-
Constructor Detail
-
LogEvent.Network
LogEvent.Network(LogEvent.Client client)
-
-
Method Detail
-
getClient
final LogEvent.Client getClient()
-
toJson
final JsonElement toJson()
-
-
-
-