|
| | FlowInstall () |
| |
| | FlowInstall (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId, @JsonProperty(RuleConstants.MATCH_PORT) int matchPort, @JsonProperty(RuleConstants.MATCH_VLAN) int matchVlan, @JsonProperty(RuleConstants.OUTPUT_PORT) int outputPort, @JsonProperty(RuleConstants.OUTPUT_VLAN) int outputVlan, @JsonProperty(RuleConstants.OUTPUT_VLAN_TYPE) OutputVlanType outputVlanType, @JsonProperty(RuleConstants.METER_ID) int meterId, @JsonProperty(RuleConstants.PRIORITY) int priority) |
| |
| int | getOutputPort () |
| |
| void | setOutputPort (int outputPort) |
| |
| int | getOutputVlan () |
| |
| void | setOutputVlan (int outputVlan) |
| |
| OutputVlanType | getOutputVlanType () |
| |
| void | setOutputVlanType (OutputVlanType outputVlanType) |
| |
| int | getMeterId () |
| |
| void | setMeterId (int meterId) |
| |
| int | getPriority () |
| |
| void | setPriority (int priority) |
| |
| boolean | equals (Object object) |
| |
| int | hashCode () |
| |
| String | toString () |
| |
| | FlowDelete () |
| |
| | FlowDelete (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId, @JsonProperty(RuleConstants.MATCH_PORT) int matchPort, @JsonProperty(RuleConstants.MATCH_VLAN) int matchVlan) |
| |
| int | getMatchPort () |
| |
| void | setMatchPort (int matchPort) |
| |
| int | getMatchVlan () |
| |
| void | setMatchVlan (int matchVlan) |
| |
| boolean | equals (Object object) |
| |
| int | hashCode () |
| |
| String | toString () |
| |
| | Rule () |
| |
| | Rule (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId) |
| |
| String | getFlowId () |
| |
| void | setFlowId (String flowId) |
| |
| String | getSwitchId () |
| |
| void | setSwitchId (String switchId) |
| |
| int | getCookie () |
| |
| void | setCookie (int cookie) |
| |
| boolean | equals (Object object) |
| |
| int | hashCode () |
| |
| String | toString () |
| |
| | BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp) |
| |
| | BaseMessage () |
| |
| long | getTimestamp () |
| |
| void | setTimestamp (long timestamp) |
| |
Represents rule entity for FLOW_MOD/INSTALL OpenFlow command.
Definition at line 31 of file FlowInstall.java.