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


さまざまなタイプのホストイベントの列挙型。

概要

Enum 値

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

values

public static final HostEventType[] values ()

戻り値
HostEventType[]