デバイス折りたたみ可能状態

public class DeviceFoldableState
extends Object

java.lang.オブジェクト
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 ()

パブリックコンストラクター

デバイス折りたたみ可能状態

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

識別子の取得

public long getIdentifier ()

戻り値
long

ハッシュコード

public int hashCode ()

戻り値
int

toString

public String toString ()

戻り値
String