ClusterHostEvent.Builder

public static class ClusterHostEvent.Builder
extends Object

java.lang.Объект
com.android.tradefed.cluster.ClusterHostEvent.Builder


Краткое содержание

Общественные конструкторы

Builder ()

Публичные методы

ClusterHostEvent.Builder addDeviceInfo ( ClusterDeviceInfo deviceInfo)
ClusterHostEvent.Builder addDeviceInfos ( deviceInfos) addDeviceInfos ( deviceInfos)
ClusterHostEvent build ()
ClusterHostEvent.Builder setClusterId (String clusterId)
ClusterHostEvent.Builder setData ( data) setData ( data)
ClusterHostEvent.Builder setData (String name, String value)
ClusterHostEvent.Builder setHostEventType ( ClusterHostEvent.HostEventType type)
ClusterHostEvent.Builder setHostState ( CommandScheduler.HostState state)
ClusterHostEvent.Builder setLabName (String labName)
ClusterHostEvent.Builder setNextClusterIds ( nexClusterIds) setNextClusterIds ( nexClusterIds)
ClusterHostEvent.Builder setTimestamp (long timestamp)

Общественные конструкторы

Строитель

public Builder ()

Публичные методы

аддевицеинфо

public ClusterHostEvent.Builder addDeviceInfo (ClusterDeviceInfo deviceInfo)

Параметры
deviceInfo ClusterDeviceInfo

Возврат
ClusterHostEvent.Builder

добавитьDeviceInfos

public ClusterHostEvent.Builder addDeviceInfos ( deviceInfos)

Параметры
deviceInfos

Возврат
ClusterHostEvent.Builder

строить

public ClusterHostEvent build ()

Возврат
ClusterHostEvent

setClusterId

public ClusterHostEvent.Builder setClusterId (String clusterId)

Параметры
clusterId String

Возврат
ClusterHostEvent.Builder

setData

public ClusterHostEvent.Builder setData ( data)

Параметры
data

Возврат
ClusterHostEvent.Builder

setData

public ClusterHostEvent.Builder setData (String name, 
                String value)

Параметры
name String

value String

Возврат
ClusterHostEvent.Builder

setHostEventType

public ClusterHostEvent.Builder setHostEventType (ClusterHostEvent.HostEventType type)

Параметры
type ClusterHostEvent.HostEventType

Возврат
ClusterHostEvent.Builder

setHostState

public ClusterHostEvent.Builder setHostState (CommandScheduler.HostState state)

Параметры
state CommandScheduler.HostState

Возврат
ClusterHostEvent.Builder

setLabName

public ClusterHostEvent.Builder setLabName (String labName)

Параметры
labName String

Возврат
ClusterHostEvent.Builder

setNextClusterIds

public ClusterHostEvent.Builder setNextClusterIds ( nexClusterIds)

Параметры
nexClusterIds

Возврат
ClusterHostEvent.Builder

setTimestamp

public ClusterHostEvent.Builder setTimestamp (long timestamp)

Параметры
timestamp long

Возврат
ClusterHostEvent.Builder