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

Public Member Functions

String getSrcSwitch ()
 
void setSrcSwitch (final String srcSwitch)
 
String getDstSwitch ()
 
void setDstSwitch (final String dstSwitch)
 
String getSrcSwitchName ()
 
void setSrcSwitchName (String srcSwitchName)
 
String getDstSwitchName ()
 
void setDstSwitchName (String dstSwitchName)
 
Integer getFlowCount ()
 
void setFlowCount (final Integer flowCount)
 
void incrementFlowCount ()
 
int hashCode ()
 
boolean equals (final Object obj)
 

Detailed Description

The Class FlowsCount.

Definition at line 14 of file FlowCount.java.

Member Function Documentation

◆ equals()

boolean org.openkilda.model.FlowCount.equals ( final Object  obj)

Definition at line 111 of file FlowCount.java.

◆ getDstSwitch()

String org.openkilda.model.FlowCount.getDstSwitch ( )

Gets the dst switch.

Returns
the dst switch

Definition at line 54 of file FlowCount.java.

◆ getDstSwitchName()

String org.openkilda.model.FlowCount.getDstSwitchName ( )

Definition at line 75 of file FlowCount.java.

◆ getFlowCount()

Integer org.openkilda.model.FlowCount.getFlowCount ( )

Gets the flow count.

Returns
the flow count

Definition at line 88 of file FlowCount.java.

◆ getSrcSwitch()

String org.openkilda.model.FlowCount.getSrcSwitch ( )

Gets the src switch.

Returns
the src switch

Definition at line 36 of file FlowCount.java.

◆ getSrcSwitchName()

String org.openkilda.model.FlowCount.getSrcSwitchName ( )

Definition at line 67 of file FlowCount.java.

◆ hashCode()

int org.openkilda.model.FlowCount.hashCode ( )

Definition at line 106 of file FlowCount.java.

◆ incrementFlowCount()

void org.openkilda.model.FlowCount.incrementFlowCount ( )

Definition at line 101 of file FlowCount.java.

◆ setDstSwitch()

void org.openkilda.model.FlowCount.setDstSwitch ( final String  dstSwitch)

Sets the dst switch.

Parameters
dstSwitchthe new dst switch

Definition at line 63 of file FlowCount.java.

◆ setDstSwitchName()

void org.openkilda.model.FlowCount.setDstSwitchName ( String  dstSwitchName)

Definition at line 79 of file FlowCount.java.

◆ setFlowCount()

void org.openkilda.model.FlowCount.setFlowCount ( final Integer  flowCount)

Sets the flow count.

Parameters
flowCountthe new flow count

Definition at line 97 of file FlowCount.java.

◆ setSrcSwitch()

void org.openkilda.model.FlowCount.setSrcSwitch ( final String  srcSwitch)

Sets the src switch.

Parameters
srcSwitchthe new src switch

Definition at line 45 of file FlowCount.java.

◆ setSrcSwitchName()

void org.openkilda.model.FlowCount.setSrcSwitchName ( String  srcSwitchName)

Definition at line 71 of file FlowCount.java.


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