ClusterHostEvent.Builder

public static class ClusterHostEvent.Builder
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.ClusterHostEvent.Builder


概要

パブリック コンストラクタ

Builder()

パブリック メソッド

ClusterHostEvent.Builder addDeviceInfo(ClusterDeviceInfo deviceInfo)
ClusterHostEvent.Builder addDeviceInfos( deviceInfos)
ClusterHostEvent build()
ClusterHostEvent.Builder setClusterId(String clusterId)
ClusterHostEvent.Builder 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)
ClusterHostEvent.Builder setTimestamp(long timestamp)

パブリック コンストラクタ

Builder

public Builder ()

パブリック メソッド

addDeviceInfo

public ClusterHostEvent.Builder addDeviceInfo (ClusterDeviceInfo deviceInfo)

パラメータ
deviceInfo ClusterDeviceInfo

戻り値
ClusterHostEvent.Builder

addDeviceInfos

public ClusterHostEvent.Builder addDeviceInfos ( deviceInfos)

パラメータ
deviceInfos

戻り値
ClusterHostEvent.Builder

build

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