ClusterHostEvent.HostEventType

public static final enum ClusterHostEvent.HostEventType
extends Enum< ClusterHostEvent.HostEventType >

java.lang.Object
java.lang.Enum< com.android.tradefed.cluster.ClusterHostEvent.HostEventType >
com.android.tradefed.cluster.ClusterHostEvent.HostEventType


不同類型的主機事件的枚舉。

概括

列舉值

ClusterHostEvent.HostEventType DeviceSnapshot

ClusterHostEvent.HostEventType HostStateChanged

公共方法

String getAndroidEngProdAPIName ()
String toString ()
static ClusterHostEvent.HostEventType valueOf (String name)
static final HostEventType[] values ()

列舉值

設備快照

public static final ClusterHostEvent.HostEventType DeviceSnapshot

主機狀態改變

public static final ClusterHostEvent.HostEventType HostStateChanged

公共方法

取得AndroidEngProdAPI名稱

public String getAndroidEngProdAPIName ()

退貨
String

到字串

public String toString ()

退貨
String

的價值

public static ClusterHostEvent.HostEventType valueOf (String name)

參數
name String

退貨
ClusterHostEvent.HostEventType

價值觀

public static final HostEventType[] values ()

退貨
HostEventType[]