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

Public Member Functions

String getFlowid ()
 
void setFlowid (String flowid)
 
String getStartDate ()
 
void setStartDate (String startDate)
 
String getEndDate ()
 
void setEndDate (String endDate)
 
String getDownsample ()
 
void setDownsample (String downsample)
 
List< String > getSwitches ()
 
void setSwitches (List< String > switches)
 
String getDirection ()
 
void setDirection (String direction)
 

Detailed Description

Definition at line 13 of file FlowPathStats.java.

Member Function Documentation

◆ getDirection()

String org.openkilda.model.FlowPathStats.getDirection ( )

Definition at line 73 of file FlowPathStats.java.

◆ getDownsample()

String org.openkilda.model.FlowPathStats.getDownsample ( )

Definition at line 57 of file FlowPathStats.java.

◆ getEndDate()

String org.openkilda.model.FlowPathStats.getEndDate ( )

Definition at line 49 of file FlowPathStats.java.

◆ getFlowid()

String org.openkilda.model.FlowPathStats.getFlowid ( )

Definition at line 33 of file FlowPathStats.java.

◆ getStartDate()

String org.openkilda.model.FlowPathStats.getStartDate ( )

Definition at line 41 of file FlowPathStats.java.

◆ getSwitches()

List<String> org.openkilda.model.FlowPathStats.getSwitches ( )

Definition at line 65 of file FlowPathStats.java.

◆ setDirection()

void org.openkilda.model.FlowPathStats.setDirection ( String  direction)

Definition at line 78 of file FlowPathStats.java.

◆ setDownsample()

void org.openkilda.model.FlowPathStats.setDownsample ( String  downsample)

Definition at line 61 of file FlowPathStats.java.

◆ setEndDate()

void org.openkilda.model.FlowPathStats.setEndDate ( String  endDate)

Definition at line 53 of file FlowPathStats.java.

◆ setFlowid()

void org.openkilda.model.FlowPathStats.setFlowid ( String  flowid)

Definition at line 37 of file FlowPathStats.java.

◆ setStartDate()

void org.openkilda.model.FlowPathStats.setStartDate ( String  startDate)

Definition at line 45 of file FlowPathStats.java.

◆ setSwitches()

void org.openkilda.model.FlowPathStats.setSwitches ( List< String >  switches)

Definition at line 69 of file FlowPathStats.java.


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