![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| 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 | |
| String | flowId |
| int | cookie |
| String | switchId |
Additional Inherited Members |
| org.openkilda.messaging.model.rule.Rule.Rule | ( | ) |
| org.openkilda.messaging.model.rule.Rule.Rule | ( | @JsonProperty(RuleConstants.FLOW_ID) String | flowId, |
| @JsonProperty(RuleConstants.COOKIE) int | cookie, | ||
| @JsonProperty(RuleConstants.SWITCH_ID) String | switchId | ||
| ) |
| boolean org.openkilda.messaging.model.rule.Rule.equals | ( | Object | object | ) |
| int org.openkilda.messaging.model.rule.Rule.getCookie | ( | ) |
| String org.openkilda.messaging.model.rule.Rule.getFlowId | ( | ) |
| String org.openkilda.messaging.model.rule.Rule.getSwitchId | ( | ) |
| void org.openkilda.messaging.model.rule.Rule.setCookie | ( | int | cookie | ) |
| void org.openkilda.messaging.model.rule.Rule.setFlowId | ( | String | flowId | ) |
| void org.openkilda.messaging.model.rule.Rule.setSwitchId | ( | String | switchId | ) |
| String org.openkilda.messaging.model.rule.Rule.toString | ( | ) |
|
protected |
|
protected |
|
protected |