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

HostStateChanged

public static final ClusterHostEvent.HostEventType HostStateChanged

公開メソッド

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

戻り値
String

toString

public String toString ()

戻り値
String

値の

public static ClusterHostEvent.HostEventType valueOf (String name)

パラメーター
name String

戻り値
ClusterHostEvent.HostEventType

public static final HostEventType[] values ()

戻り値
HostEventType[]