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


Aufzählungen der verschiedenen Arten von Host-Events.

Zusammenfassung

Enum-Werte

ClusterHostEvent.HostEventType DeviceSnapshot

ClusterHostEvent.HostEventType HostStateChanged

Öffentliche Methoden

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

Enum-Werte

DeviceSnapshot

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateChanged

public static final ClusterHostEvent.HostEventType HostStateChanged

Öffentliche Methoden

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Kehrt zurück
String

toString

public String toString ()

Kehrt zurück
String

Wert von

public static ClusterHostEvent.HostEventType valueOf (String name)

Parameter
name String

Kehrt zurück
ClusterHostEvent.HostEventType

Werte

public static final HostEventType[] values ()

Kehrt zurück
HostEventType[]