public class TopologyInformation extends Object
Constructor and Description |
---|
TopologyInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getCapacity() |
List<TopologyInformation> |
getChildren() |
Rack |
getDevice() |
Integer |
getHeight() |
Boolean |
getInferredPosition() |
Integer |
getMax() |
Integer |
getPeakTemp() |
Integer |
getPeakTempTime() |
List<PowerDeliveryDevice> |
getPowerDistributors() |
Map<Integer,PowerSupply> |
getUnconnectedPowerSupplies() |
int |
hashCode() |
void |
setCapacity(Integer capacity) |
void |
setChildren(List<TopologyInformation> children) |
void |
setDevice(Rack device) |
void |
setHeight(Integer height) |
void |
setInferredPosition(Boolean inferredPosition) |
void |
setMax(Integer max) |
void |
setPeakTemp(Integer peakTemp) |
void |
setPeakTempTime(Integer peakTempTime) |
void |
setPowerDistributors(List<PowerDeliveryDevice> powerDistributors) |
void |
setUnconnectedPowerSupplies(Map<Integer,PowerSupply> unconnectedPowerSupplies) |
public Integer getCapacity()
public void setCapacity(Integer capacity)
public Rack getDevice()
public void setDevice(Rack device)
public Boolean getInferredPosition()
public void setInferredPosition(Boolean inferredPosition)
public Integer getMax()
public void setMax(Integer max)
public Integer getPeakTemp()
public void setPeakTemp(Integer peakTemp)
public Integer getPeakTempTime()
public void setPeakTempTime(Integer peakTempTime)
public Map<Integer,PowerSupply> getUnconnectedPowerSupplies()
public void setUnconnectedPowerSupplies(Map<Integer,PowerSupply> unconnectedPowerSupplies)
public List<PowerDeliveryDevice> getPowerDistributors()
public void setPowerDistributors(List<PowerDeliveryDevice> powerDistributors)
public List<TopologyInformation> getChildren()
public void setChildren(List<TopologyInformation> children)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2016. All rights reserved.