Open Kilda Java Documentation
org.openkilda.domain.floodlight.FlowItem Class Reference

Public Member Functions

 FlowItem ()
 
String getVersion ()
 
void setVersion (String version)
 
String getTableId ()
 
void setTableId (String tableId)
 
String getCookie ()
 
void setCookie (String cookie)
 
String getByteCount ()
 
void setByteCount (String byteCount)
 
String getPriority ()
 
void setPriority (String priority)
 
FlowInstructions getFlowInstructions ()
 
void setFlowInstructions (FlowInstructions flowInstructions)
 

Detailed Description

Definition at line 10 of file FlowItem.java.

Constructor & Destructor Documentation

◆ FlowItem()

org.openkilda.domain.floodlight.FlowItem.FlowItem ( )

Definition at line 22 of file FlowItem.java.

Member Function Documentation

◆ getByteCount()

String org.openkilda.domain.floodlight.FlowItem.getByteCount ( )

Definition at line 49 of file FlowItem.java.

◆ getCookie()

String org.openkilda.domain.floodlight.FlowItem.getCookie ( )

Definition at line 41 of file FlowItem.java.

◆ getFlowInstructions()

FlowInstructions org.openkilda.domain.floodlight.FlowItem.getFlowInstructions ( )

Definition at line 65 of file FlowItem.java.

◆ getPriority()

String org.openkilda.domain.floodlight.FlowItem.getPriority ( )

Definition at line 57 of file FlowItem.java.

◆ getTableId()

String org.openkilda.domain.floodlight.FlowItem.getTableId ( )

Definition at line 33 of file FlowItem.java.

◆ getVersion()

String org.openkilda.domain.floodlight.FlowItem.getVersion ( )

Definition at line 25 of file FlowItem.java.

◆ setByteCount()

void org.openkilda.domain.floodlight.FlowItem.setByteCount ( String  byteCount)

Definition at line 53 of file FlowItem.java.

◆ setCookie()

void org.openkilda.domain.floodlight.FlowItem.setCookie ( String  cookie)

Definition at line 45 of file FlowItem.java.

◆ setFlowInstructions()

void org.openkilda.domain.floodlight.FlowItem.setFlowInstructions ( FlowInstructions  flowInstructions)

Definition at line 69 of file FlowItem.java.

◆ setPriority()

void org.openkilda.domain.floodlight.FlowItem.setPriority ( String  priority)

Definition at line 61 of file FlowItem.java.

◆ setTableId()

void org.openkilda.domain.floodlight.FlowItem.setTableId ( String  tableId)

Definition at line 37 of file FlowItem.java.

◆ setVersion()

void org.openkilda.domain.floodlight.FlowItem.setVersion ( String  version)

Definition at line 29 of file FlowItem.java.


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