-
public final class VitalOperationStepEvent.ConnectivityDevice connectivity properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalOperationStepEvent.Connectivity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VitalOperationStepEvent.ConnectivityStatusstatusprivate final List<VitalOperationStepEvent.Interface>interfacesprivate final VitalOperationStepEvent.EffectiveTypeeffectiveTypeprivate final VitalOperationStepEvent.Cellularcellular
-
Constructor Summary
Constructors Constructor Description VitalOperationStepEvent.Connectivity(VitalOperationStepEvent.ConnectivityStatus status, List<VitalOperationStepEvent.Interface> interfaces, VitalOperationStepEvent.EffectiveType effectiveType, VitalOperationStepEvent.Cellular cellular)
-
Method Summary
Modifier and Type Method Description final VitalOperationStepEvent.ConnectivityStatusgetStatus()final List<VitalOperationStepEvent.Interface>getInterfaces()final VitalOperationStepEvent.EffectiveTypegetEffectiveType()final VitalOperationStepEvent.CellulargetCellular()final JsonElementtoJson()-
-
Constructor Detail
-
VitalOperationStepEvent.Connectivity
VitalOperationStepEvent.Connectivity(VitalOperationStepEvent.ConnectivityStatus status, List<VitalOperationStepEvent.Interface> interfaces, VitalOperationStepEvent.EffectiveType effectiveType, VitalOperationStepEvent.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 VitalOperationStepEvent.ConnectivityStatus getStatus()
-
getInterfaces
final List<VitalOperationStepEvent.Interface> getInterfaces()
-
getEffectiveType
final VitalOperationStepEvent.EffectiveType getEffectiveType()
-
getCellular
final VitalOperationStepEvent.Cellular getCellular()
-
toJson
final JsonElement toJson()
-
-
-
-