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