-
public final class SpanEvent.DeviceDevice properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSpanEvent.Device.Companion
-
Field Summary
Fields Modifier and Type Field Description private final SpanEvent.Typetypeprivate final Stringnameprivate final Stringmodelprivate final Stringbrandprivate final Stringarchitectureprivate final NumberprocessorCountprivate final NumbertotalRamprivate final BooleanisLowRamDevice
-
Constructor Summary
Constructors Constructor Description SpanEvent.Device(SpanEvent.Type type, String name, String model, String brand, String architecture, Number processorCount, Number totalRam, Boolean isLowRamDevice)
-
Method Summary
Modifier and Type Method Description final SpanEvent.TypegetType()final StringgetName()final StringgetModel()final StringgetBrand()final StringgetArchitecture()final NumbergetProcessorCount()final NumbergetTotalRam()final BooleangetIsLowRamDevice()final JsonElementtoJson()-
-
Constructor Detail
-
SpanEvent.Device
SpanEvent.Device(SpanEvent.Type type, String name, String model, String brand, String architecture, Number processorCount, Number totalRam, Boolean isLowRamDevice)
- Parameters:
type- Device type infoname- Device marketing name, e.g.model- Device SKU model, e.g.brand- Device marketing brand, e.g.architecture- The CPU architecture of the device that is reporting the errorprocessorCount- Number of device processorstotalRam- Total RAM in megabytesisLowRamDevice- Whether the device is considered a low RAM device.
-
-
Method Detail
-
getType
final SpanEvent.Type getType()
-
getArchitecture
final String getArchitecture()
-
getProcessorCount
final Number getProcessorCount()
-
getTotalRam
final Number getTotalRam()
-
getIsLowRamDevice
final Boolean getIsLowRamDevice()
-
toJson
final JsonElement toJson()
-
-
-
-