-
public final class ErrorEvent.ConnectivityDevice connectivity properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Connectivity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ErrorEvent.Statusstatusprivate final List<ErrorEvent.Interface>interfacesprivate final ErrorEvent.EffectiveTypeeffectiveTypeprivate final ErrorEvent.Cellularcellular
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Connectivity(ErrorEvent.Status status, List<ErrorEvent.Interface> interfaces, ErrorEvent.EffectiveType effectiveType, ErrorEvent.Cellular cellular)
-
Method Summary
Modifier and Type Method Description final ErrorEvent.StatusgetStatus()final List<ErrorEvent.Interface>getInterfaces()final ErrorEvent.EffectiveTypegetEffectiveType()final ErrorEvent.CellulargetCellular()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Connectivity
ErrorEvent.Connectivity(ErrorEvent.Status status, List<ErrorEvent.Interface> interfaces, ErrorEvent.EffectiveType effectiveType, ErrorEvent.Cellular cellular)
- Parameters:
status- Status of the device connectivityinterfaces- The list of available network interfaceseffectiveType- Cellular connection type reflecting the measured network performancecellular- Cellular connectivity properties
-
-
Method Detail
-
getStatus
final ErrorEvent.Status getStatus()
-
getInterfaces
final List<ErrorEvent.Interface> getInterfaces()
-
getEffectiveType
final ErrorEvent.EffectiveType getEffectiveType()
-
getCellular
final ErrorEvent.Cellular getCellular()
-
toJson
final JsonElement toJson()
-
-
-
-