![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| MeterDelete () | |
| MeterDelete (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId, @JsonProperty(RuleConstants.METER_ID) int meterId) | |
| int | getMeterId () |
| void | setMeterId (int meterId) |
| boolean | equals (Object object) |
| int | hashCode () |
| String | toString () |
Public Member Functions inherited from org.openkilda.messaging.model.rule.Rule | |
| 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 | meterId |
Protected Attributes inherited from org.openkilda.messaging.model.rule.Rule | |
| String | flowId |
| int | cookie |
| String | switchId |
Additional Inherited Members |
Represents rule entity METER_MOD/DELETE OpenFlow command.
Definition at line 29 of file MeterDelete.java.
| org.openkilda.messaging.model.rule.MeterDelete.MeterDelete | ( | ) |
Default constructor.
Definition at line 44 of file MeterDelete.java.
| org.openkilda.messaging.model.rule.MeterDelete.MeterDelete | ( | @JsonProperty(RuleConstants.FLOW_ID) String | flowId, |
| @JsonProperty(RuleConstants.COOKIE) int | cookie, | ||
| @JsonProperty(RuleConstants.SWITCH_ID) String | switchId, | ||
| @JsonProperty(RuleConstants.METER_ID) int | meterId | ||
| ) |
Instance constructor.
| flowId | rule flow id |
| switchId | rule switch id |
| cookie | rule cookie |
| meterId | rule meter id |
Definition at line 55 of file MeterDelete.java.
| boolean org.openkilda.messaging.model.rule.MeterDelete.equals | ( | Object | object | ) |
Definition at line 85 of file MeterDelete.java.
| int org.openkilda.messaging.model.rule.MeterDelete.getMeterId | ( | ) |
| int org.openkilda.messaging.model.rule.MeterDelete.hashCode | ( | ) |
Definition at line 104 of file MeterDelete.java.
| void org.openkilda.messaging.model.rule.MeterDelete.setMeterId | ( | int | meterId | ) |
| String org.openkilda.messaging.model.rule.MeterDelete.toString | ( | ) |
Definition at line 112 of file MeterDelete.java.
|
protected |
Rule meter id.
Definition at line 39 of file MeterDelete.java.