Open Kilda Java Documentation
org.openkilda.model.FlowInfo Class Reference
Inheritance diagram for org.openkilda.model.FlowInfo:

Public Member Functions

String getFlowid ()
 
void setFlowid (final String flowid)
 
String getSourceSwitch ()
 
void setSourceSwitch (final String sourceSwitch)
 
int getSrcPort ()
 
void setSrcPort (final int srcPort)
 
int getSrcVlan ()
 
void setSrcVlan (final int srcVlan)
 
String getTargetSwitch ()
 
void setTargetSwitch (final String targetSwitch)
 
int getDstPort ()
 
void setDstPort (final int dstPort)
 
int getDstVlan ()
 
void setDstVlan (final int dstVlan)
 
int getMaximumBandwidth ()
 
void setMaximumBandwidth (final int maximumBandwidth)
 
String getStatus ()
 
void setStatus (final String status)
 
String getDescription ()
 
void setDescription (final String description)
 
String getLastUpdated ()
 
void setLastUpdated (final String lastUpdated)
 
String getTargetSwitchName ()
 
void setTargetSwitchName (String targetSwitchName)
 
String getSourceSwitchName ()
 
void setSourceSwitchName (String sourceSwitchName)
 

Detailed Description

The Class FlowResponse.

Author
Gaurav Chugh

Definition at line 19 of file FlowInfo.java.

Member Function Documentation

◆ getDescription()

String org.openkilda.model.FlowInfo.getDescription ( )

Gets the description.

Returns
the description

Definition at line 259 of file FlowInfo.java.

◆ getDstPort()

int org.openkilda.model.FlowInfo.getDstPort ( )

Gets the dst port.

Returns
the dst port

Definition at line 179 of file FlowInfo.java.

◆ getDstVlan()

int org.openkilda.model.FlowInfo.getDstVlan ( )

Gets the dst vlan.

Returns
the dst vlan

Definition at line 199 of file FlowInfo.java.

◆ getFlowid()

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

Gets the flowid.

Returns
the flowid

Definition at line 79 of file FlowInfo.java.

◆ getLastUpdated()

String org.openkilda.model.FlowInfo.getLastUpdated ( )

Gets the last updated.

Returns
the last updated

Definition at line 279 of file FlowInfo.java.

◆ getMaximumBandwidth()

int org.openkilda.model.FlowInfo.getMaximumBandwidth ( )

Gets the maximum bandwidth.

Returns
the maximum bandwidth

Definition at line 219 of file FlowInfo.java.

◆ getSourceSwitch()

String org.openkilda.model.FlowInfo.getSourceSwitch ( )

Gets the source switch.

Returns
the source switch

Definition at line 99 of file FlowInfo.java.

◆ getSourceSwitchName()

String org.openkilda.model.FlowInfo.getSourceSwitchName ( )

Definition at line 301 of file FlowInfo.java.

◆ getSrcPort()

int org.openkilda.model.FlowInfo.getSrcPort ( )

Gets the src port.

Returns
the src port

Definition at line 119 of file FlowInfo.java.

◆ getSrcVlan()

int org.openkilda.model.FlowInfo.getSrcVlan ( )

Gets the src vlan.

Returns
the src vlan

Definition at line 139 of file FlowInfo.java.

◆ getStatus()

String org.openkilda.model.FlowInfo.getStatus ( )

Gets the status.

Returns
the status

Definition at line 239 of file FlowInfo.java.

◆ getTargetSwitch()

String org.openkilda.model.FlowInfo.getTargetSwitch ( )

Gets the target switch.

Returns
the target switch

Definition at line 159 of file FlowInfo.java.

◆ getTargetSwitchName()

String org.openkilda.model.FlowInfo.getTargetSwitchName ( )

Definition at line 293 of file FlowInfo.java.

◆ setDescription()

void org.openkilda.model.FlowInfo.setDescription ( final String  description)

Sets the description.

Parameters
descriptionthe new description

Definition at line 269 of file FlowInfo.java.

◆ setDstPort()

void org.openkilda.model.FlowInfo.setDstPort ( final int  dstPort)

Sets the dst port.

Parameters
dstPortthe new dst port

Definition at line 189 of file FlowInfo.java.

◆ setDstVlan()

void org.openkilda.model.FlowInfo.setDstVlan ( final int  dstVlan)

Sets the dst vlan.

Parameters
dstVlanthe new dst vlan

Definition at line 209 of file FlowInfo.java.

◆ setFlowid()

void org.openkilda.model.FlowInfo.setFlowid ( final String  flowid)

Sets the flowid.

Parameters
flowidthe new flowid

Definition at line 89 of file FlowInfo.java.

◆ setLastUpdated()

void org.openkilda.model.FlowInfo.setLastUpdated ( final String  lastUpdated)

Sets the last updated.

Parameters
lastUpdatedthe new last updated

Definition at line 289 of file FlowInfo.java.

◆ setMaximumBandwidth()

void org.openkilda.model.FlowInfo.setMaximumBandwidth ( final int  maximumBandwidth)

Sets the maximum bandwidth.

Parameters
maximumBandwidththe new maximum bandwidth

Definition at line 229 of file FlowInfo.java.

◆ setSourceSwitch()

void org.openkilda.model.FlowInfo.setSourceSwitch ( final String  sourceSwitch)

Sets the source switch.

Parameters
sourceSwitchthe new source switch

Definition at line 109 of file FlowInfo.java.

◆ setSourceSwitchName()

void org.openkilda.model.FlowInfo.setSourceSwitchName ( String  sourceSwitchName)

Definition at line 305 of file FlowInfo.java.

◆ setSrcPort()

void org.openkilda.model.FlowInfo.setSrcPort ( final int  srcPort)

Sets the src port.

Parameters
srcPortthe new src port

Definition at line 129 of file FlowInfo.java.

◆ setSrcVlan()

void org.openkilda.model.FlowInfo.setSrcVlan ( final int  srcVlan)

Sets the src vlan.

Parameters
srcVlanthe new src vlan

Definition at line 149 of file FlowInfo.java.

◆ setStatus()

void org.openkilda.model.FlowInfo.setStatus ( final String  status)

Sets the status.

Parameters
statusthe new status

Definition at line 249 of file FlowInfo.java.

◆ setTargetSwitch()

void org.openkilda.model.FlowInfo.setTargetSwitch ( final String  targetSwitch)

Sets the target switch.

Parameters
targetSwitchthe new target switch

Definition at line 169 of file FlowInfo.java.

◆ setTargetSwitchName()

void org.openkilda.model.FlowInfo.setTargetSwitchName ( String  targetSwitchName)

Definition at line 297 of file FlowInfo.java.


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