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 () |
枚举值
设备快照
public static final ClusterHostEvent.HostEventType DeviceSnapshot
公共方法
getAndroidEngProdAPIName
public String getAndroidEngProdAPIName ()
退货 | |
---|---|
String |
到字符串
public String toString ()
退货 | |
---|---|
String |
的价值
public static ClusterHostEvent.HostEventType valueOf (String name)
参数 | |
---|---|
name | String |
退货 | |
---|---|
ClusterHostEvent.HostEventType |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-28。
[]
[]