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

Public Member Functions

 FlowPath ()
 
 FlowPath (@JsonProperty("flowid") String flowid, @JsonProperty("flowpath") PathInfoData flowpath)
 
String getFlowid ()
 
void setFlowid (final String flowid)
 
PathInfoData getFlowpath ()
 
void setFlowpath (final PathInfoData flowpath)
 
String toString ()
 

Detailed Description

The Class PathResponse.

Definition at line 19 of file FlowPath.java.

Constructor & Destructor Documentation

◆ FlowPath() [1/2]

org.openkilda.model.FlowPath.FlowPath ( )

Definition at line 36 of file FlowPath.java.

◆ FlowPath() [2/2]

org.openkilda.model.FlowPath.FlowPath ( @JsonProperty("flowid") String  flowid,
@JsonProperty("flowpath") PathInfoData  flowpath 
)

Definition at line 41 of file FlowPath.java.

Member Function Documentation

◆ getFlowid()

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

Gets the flowid.

Returns
the flowid

Definition at line 51 of file FlowPath.java.

◆ getFlowpath()

PathInfoData org.openkilda.model.FlowPath.getFlowpath ( )

Gets the flowpath.

Returns
the flowpath

Definition at line 71 of file FlowPath.java.

◆ setFlowid()

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

Sets the flowid.

Parameters
flowidthe new flowid

Definition at line 61 of file FlowPath.java.

◆ setFlowpath()

void org.openkilda.model.FlowPath.setFlowpath ( final PathInfoData  flowpath)

Sets the flowpath.

Parameters
flowpaththe new flowpath

Definition at line 81 of file FlowPath.java.

◆ toString()

String org.openkilda.model.FlowPath.toString ( )

Definition at line 86 of file FlowPath.java.


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