DeviceInspectionResult

public class DeviceInspectionResult
extends Object

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


जब कोई डिवाइस उपलब्ध नहीं होता है, तो किसी क्लास में डिवाइस की जांच का नतीजा शामिल होता है.

खास जानकारी

पब्लिक कंस्ट्रक्टर

DeviceInspectionResult(ErrorIdentifier identifier, String details)

सार्वजनिक तरीके

String getDetails()
ErrorIdentifier getErrorIdentifier()

पब्लिक कंस्ट्रक्टर

DeviceInspectionResult

public DeviceInspectionResult (ErrorIdentifier identifier, 
                String details)

पैरामीटर
identifier ErrorIdentifier

details String

सार्वजनिक तरीके

getDetails

public String getDetails ()

रिटर्न
String

getErrorIdentifier

public ErrorIdentifier getErrorIdentifier ()

रिटर्न
ErrorIdentifier