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

Enum 값

DeviceSnapshot

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

values

public static final HostEventType[] values ()

반환 값
HostEventType[]