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

values

public static final HostEventType[] values ()

返回
HostEventType[]