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

إنشاء

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