-
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 Stringarchitecture
-
Constructor Summary
Constructors Constructor Description SpanEvent.Device(SpanEvent.Type type, String name, String model, String brand, String architecture)
-
Method Summary
-
-
Constructor Detail
-
SpanEvent.Device
SpanEvent.Device(SpanEvent.Type type, String name, String model, String brand, String architecture)
- 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 error
-
-
-
-