Open Kilda Java Documentation
org.openkilda.model.SwitchPortStats Class Reference

Public Member Functions

String getMetric ()
 
void setMetric (String metric)
 
Tag getTags ()
 
void setTags (Tag tags)
 
Map< String, Double > getDps ()
 
void setDps (Map< String, Double > dps)
 

Detailed Description

Definition at line 13 of file SwitchPortStats.java.

Member Function Documentation

◆ getDps()

Map<String, Double> org.openkilda.model.SwitchPortStats.getDps ( )

Definition at line 40 of file SwitchPortStats.java.

◆ getMetric()

String org.openkilda.model.SwitchPortStats.getMetric ( )

Definition at line 24 of file SwitchPortStats.java.

◆ getTags()

Tag org.openkilda.model.SwitchPortStats.getTags ( )

Definition at line 32 of file SwitchPortStats.java.

◆ setDps()

void org.openkilda.model.SwitchPortStats.setDps ( Map< String, Double >  dps)

Definition at line 44 of file SwitchPortStats.java.

◆ setMetric()

void org.openkilda.model.SwitchPortStats.setMetric ( String  metric)

Definition at line 28 of file SwitchPortStats.java.

◆ setTags()

void org.openkilda.model.SwitchPortStats.setTags ( Tag  tags)

Definition at line 36 of file SwitchPortStats.java.


The documentation for this class was generated from the following file: