![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
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 () |
Protected Attributes | |
int | matchPort |
int | matchVlan |
![]() | |
String | flowId |
int | cookie |
String | switchId |
Additional Inherited Members |
Represents rule entity for FLOW_MOD/DELETE OpenFlow command.
Definition at line 29 of file FlowDelete.java.
org.openkilda.messaging.model.rule.FlowDelete.FlowDelete | ( | ) |
Default constructor.
Definition at line 50 of file FlowDelete.java.
org.openkilda.messaging.model.rule.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 | ||
) |
Instance constructor.
flowId | rule flow id |
cookie | rule cookie |
switchId | rule switch id |
matchPort | rule match port |
matchVlan | rule match vlan id |
Definition at line 62 of file FlowDelete.java.
boolean org.openkilda.messaging.model.rule.FlowDelete.equals | ( | Object | object | ) |
Definition at line 112 of file FlowDelete.java.
int org.openkilda.messaging.model.rule.FlowDelete.getMatchPort | ( | ) |
int org.openkilda.messaging.model.rule.FlowDelete.getMatchVlan | ( | ) |
int org.openkilda.messaging.model.rule.FlowDelete.hashCode | ( | ) |
Definition at line 133 of file FlowDelete.java.
void org.openkilda.messaging.model.rule.FlowDelete.setMatchPort | ( | int | matchPort | ) |
void org.openkilda.messaging.model.rule.FlowDelete.setMatchVlan | ( | int | matchVlan | ) |
String org.openkilda.messaging.model.rule.FlowDelete.toString | ( | ) |
Definition at line 141 of file FlowDelete.java.
|
protected |
Rule math port.
Definition at line 39 of file FlowDelete.java.
|
protected |
Rule math vlan id, 0 if no vlan id match.
Definition at line 45 of file FlowDelete.java.