public class InterconnectsStatistics extends Object implements Serializable
Constructor and Description |
---|
InterconnectsStatistics() |
Modifier and Type | Method and Description |
---|---|
ModuleStatistics |
getModuleStatistics() |
List<PortStatistics> |
getPortStatistics() |
String |
getResetEpoch() |
String |
getSwitchId() |
String |
getType() |
void |
setModuleStatistics(ModuleStatistics moduleStatistics) |
void |
setPortStatistics(List<PortStatistics> portStatistics) |
void |
setResetEpoch(String resetEpoch) |
void |
setSwitchId(String switchId) |
void |
setType(String type) |
public ModuleStatistics getModuleStatistics()
public void setModuleStatistics(ModuleStatistics moduleStatistics)
moduleStatistics
- the moduleStatistics to setpublic List<PortStatistics> getPortStatistics()
public void setPortStatistics(List<PortStatistics> portStatistics)
portStatistics
- the portStatistics to setpublic String getResetEpoch()
public void setResetEpoch(String resetEpoch)
resetEpoch
- the resetEpoch to setpublic String getSwitchId()
public void setSwitchId(String switchId)
switchId
- the switchId to setpublic String getType()
public void setType(String type)
type
- the type to setCopyright © 2017. All rights reserved.