public class InterconnectsStatistics extends BaseModelResource
Modifier and Type | Field and Description |
---|---|
protected ModuleStatistics |
moduleStatistics |
protected List<PortStatistics> |
portStatistics |
protected String |
switchId |
Constructor and Description |
---|
InterconnectsStatistics() |
Modifier and Type | Method and Description |
---|---|
ModuleStatistics |
getModuleStatistics() |
List<PortStatistics> |
getPortStatistics() |
String |
getResetEpoch() |
String |
getSwitchId() |
void |
setModuleStatistics(ModuleStatistics moduleStatistics) |
void |
setPortStatistics(List<PortStatistics> portStatistics) |
void |
setResetEpoch(String resetEpoch) |
void |
setSwitchId(String switchId) |
canEqual, equals, getCategory, getCreated, getDescription, getETag, getModified, getName, getState, getStatus, getType, getUri, hashCode, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toString
protected String switchId
protected ModuleStatistics moduleStatistics
protected List<PortStatistics> portStatistics
public String getSwitchId()
public void setSwitchId(String switchId)
public ModuleStatistics getModuleStatistics()
public void setModuleStatistics(ModuleStatistics moduleStatistics)
public List<PortStatistics> getPortStatistics()
public void setPortStatistics(List<PortStatistics> portStatistics)
public String getResetEpoch()
public void setResetEpoch(String resetEpoch)
Copyright © 2016. All rights reserved.