public class SwitchStatistics extends Object implements Serializable
Constructor and Description |
---|
SwitchStatistics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<SwitchPortStatistics> |
getGenericPortStatistics() |
ModuleStatistics |
getModuleStatistics() |
String |
getSwitchId() |
String |
getType() |
int |
hashCode() |
void |
setGenericPortStatistics(List<SwitchPortStatistics> genericPortStatistics) |
void |
setModuleStatistics(ModuleStatistics moduleStatistics) |
void |
setSwitchId(String switchId) |
void |
setType(String type) |
String |
toString() |
public List<SwitchPortStatistics> getGenericPortStatistics()
public void setGenericPortStatistics(List<SwitchPortStatistics> genericPortStatistics)
public ModuleStatistics getModuleStatistics()
public void setModuleStatistics(ModuleStatistics moduleStatistics)
public String getSwitchId()
public void setSwitchId(String switchId)
public String getType()
public void setType(String type)
Copyright © 2016. All rights reserved.