ClusterHostEvent.Builder
  public
  static
  
  
  class
  ClusterHostEvent.Builder
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterHostEvent.Builder | 
Podsumowanie
| Konstruktory publiczne | |
|---|---|
| 
      Builder()
       | |
| Metody publiczne | |
|---|---|
| 
        
        
        
        
        
        ClusterHostEvent.Builder | 
      addDeviceInfo(ClusterDeviceInfo deviceInfo)
       | 
| 
        
        
        
        
        
        ClusterHostEvent.Builder | 
      addDeviceInfos( | 
| 
        
        
        
        
        
        ClusterHostEvent | 
      build()
       | 
| 
        
        
        
        
        
        ClusterHostEvent.Builder | 
      setClusterId(String clusterId)
       | 
| 
        
        
        
        
        
        ClusterHostEvent.Builder | 
      setData( | 
| 
        
        
        
        
        
        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( | 
| 
        
        
        
        
        
        ClusterHostEvent.Builder | 
      setTimestamp(long timestamp)
       | 
Konstruktory publiczne
Budowniczy
public Builder ()
Metody publiczne
addDeviceInfo
public ClusterHostEvent.Builder addDeviceInfo (ClusterDeviceInfo deviceInfo)
| Parametry | |
|---|---|
| deviceInfo | ClusterDeviceInfo | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
addDeviceInfos
public ClusterHostEvent.Builder addDeviceInfos (deviceInfos) 
| Parametry | |
|---|---|
| deviceInfos |  | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setClusterId
public ClusterHostEvent.Builder setClusterId (String clusterId)
| Parametry | |
|---|---|
| clusterId | String | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setData
public ClusterHostEvent.Builder setData (data) 
| Parametry | |
|---|---|
| data |  | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setData
public ClusterHostEvent.Builder setData (String name, String value)
| Parametry | |
|---|---|
| name | String | 
| value | String | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setHostEventType
public ClusterHostEvent.Builder setHostEventType (ClusterHostEvent.HostEventType type)
| Parametry | |
|---|---|
| type | ClusterHostEvent.HostEventType | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setHostState
public ClusterHostEvent.Builder setHostState (CommandScheduler.HostState state)
| Parametry | |
|---|---|
| state | CommandScheduler.HostState | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setLabName
public ClusterHostEvent.Builder setLabName (String labName)
| Parametry | |
|---|---|
| labName | String | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setNextClusterIds
public ClusterHostEvent.Builder setNextClusterIds (nexClusterIds) 
| Parametry | |
|---|---|
| nexClusterIds |  | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
setTimestamp
public ClusterHostEvent.Builder setTimestamp (long timestamp)
| Parametry | |
|---|---|
| timestamp | long | 
| Zwroty | |
|---|---|
| ClusterHostEvent.Builder | |
