Open Kilda Java Documentation
org.openkilda.messaging.model.Flow Member List

This is the complete list of members for org.openkilda.messaging.model.Flow, including all inherited members.

containsSwitchInPath(SwitchId switchId)org.openkilda.messaging.model.Flow
equals(Object object)org.openkilda.messaging.model.Flow
Flow()org.openkilda.messaging.model.Flow
Flow(Flow flow)org.openkilda.messaging.model.Flow
Flow(@JsonProperty(Utils.FLOW_ID) final String flowId, @JsonProperty("bandwidth") final long bandwidth, @JsonProperty("ignore_bandwidth") Boolean ignoreBandwidth, @JsonProperty("cookie") final long cookie, @JsonProperty("description") final String description, @JsonProperty("last_updated") final String lastUpdated, @JsonProperty("src_switch") final SwitchId sourceSwitch, @JsonProperty("dst_switch") final SwitchId destinationSwitch, @JsonProperty("src_port") final int sourcePort, @JsonProperty("dst_port") final int destinationPort, @JsonProperty("src_vlan") final int sourceVlan, @JsonProperty("dst_vlan") final int destinationVlan, @JsonProperty("meter_id") final int meterId, @JsonProperty("transit_vlan") final int transitVlan, @JsonProperty(Utils.FLOW_PATH) final PathInfoData flowPath, @JsonProperty("state") FlowState state)org.openkilda.messaging.model.Flow
Flow(String flowId, long bandwidth, boolean ignoreBandwidth, String description, SwitchId sourceSwitch, int sourcePort, int sourceVlan, SwitchId destinationSwitch, int destinationPort, int destinationVlan)org.openkilda.messaging.model.Flow
getFlagglessCookie()org.openkilda.messaging.model.Flow
hashCode()org.openkilda.messaging.model.Flow
isForward()org.openkilda.messaging.model.Flow
isOneSwitchFlow()org.openkilda.messaging.model.Flow
isReverse()org.openkilda.messaging.model.Flow
setIgnoreBandwidth(Boolean ignoreBandwidth)org.openkilda.messaging.model.Flow
toString()org.openkilda.messaging.model.Flow