public class Machine extends AbstractPersistable
id
Constructor and Description |
---|
Machine() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
getLabel() |
MachineCapacity |
getMachineCapacity(Resource resource) |
List<MachineCapacity> |
getMachineCapacityList() |
long |
getPowerConsumptionMicros() |
long |
getSpinUpDownCostMicros() |
void |
setIndex(int index) |
void |
setMachineCapacityList(List<MachineCapacity> machineCapacityList) |
void |
setPowerConsumptionMicros(long powerConsumptionMicros) |
void |
setSpinUpDownCostMicros(long spinUpDownCostMicros) |
getId, setId, toString
public int getIndex()
public void setIndex(int index)
public long getPowerConsumptionMicros()
public void setPowerConsumptionMicros(long powerConsumptionMicros)
public long getSpinUpDownCostMicros()
public void setSpinUpDownCostMicros(long spinUpDownCostMicros)
public List<MachineCapacity> getMachineCapacityList()
public void setMachineCapacityList(List<MachineCapacity> machineCapacityList)
public MachineCapacity getMachineCapacity(Resource resource)
public String getLabel()
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.