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