-
public final class ErrorEvent.DeviceDevice properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Device.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ErrorEvent.DeviceTypetypeprivate final Stringnameprivate final Stringmodelprivate final Stringbrandprivate final Stringarchitecture
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Device(ErrorEvent.DeviceType type, String name, String model, String brand, String architecture)
-
Method Summary
-
-
Constructor Detail
-
ErrorEvent.Device
ErrorEvent.Device(ErrorEvent.DeviceType 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
-
-
-
-