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 ()

列挙値

DeviceSnapshot

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateChanged

public static final ClusterHostEvent.HostEventType HostStateChanged

パブリックメソッド

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

戻り値
String

toString

public String toString ()

戻り値
String

valueOf

public static ClusterHostEvent.HostEventType valueOf (String name)

パラメーター
name String

戻り値
ClusterHostEvent.HostEventType

public static final HostEventType[] values ()

戻り値
HostEventType[]