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