DeviceFoldableState

public class DeviceFoldableState
extends Object

java.lang.Object
com.android.tradefed.device.DeviceFoldableState


'cmd device_state print-states'에서 반환된 폴더블 기기 상태 표현입니다.

요약

공개 생성자

DeviceFoldableState (long identifier, String name)

공개 메소드

int compareTo ( DeviceFoldableState o)
boolean equals (Object obj)
long getIdentifier ()
int hashCode ()
String toString ()

공개 생성자

DeviceFoldableState

public DeviceFoldableState (long identifier, 
                String name)

매개변수
identifier long

name String

공개 메소드

비교 대상

public int compareTo (DeviceFoldableState o)

매개변수
o DeviceFoldableState

보고
int

같음

public boolean equals (Object obj)

매개변수
obj Object

보고
boolean

getIdentifier

public long getIdentifier ()

보고
long

해시 코드

public int hashCode ()

보고
int

toString

public String toString ()

보고
String