DeviceInspectionResult

public class DeviceInspectionResult
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.DeviceInspectionResult


Bir sınıf, bir cihaz kullanılamadığında cihaz denetimi sonucunu içerir.

Özet

Herkese açık kurucular

DeviceInspectionResult(ErrorIdentifier identifier, String details)

Herkese açık yöntemler

String getDetails()
ErrorIdentifier getErrorIdentifier()

Herkese açık kurucular

DeviceInspectionResult

public DeviceInspectionResult (ErrorIdentifier identifier, 
                String details)

Parametreler
identifier ErrorIdentifier

details String

Herkese açık yöntemler

getDetails

public String getDetails ()

İlerlemeler
String

getErrorIdentifier

public ErrorIdentifier getErrorIdentifier ()

İlerlemeler
ErrorIdentifier