|
| | MeterInstall () |
| |
| | MeterInstall (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId, @JsonProperty(RuleConstants.METER_ID) int meterId, @JsonProperty(RuleConstants.BANDWIDTH) int bandwidth) |
| |
| int | getBandwidth () |
| |
| void | setBandwidth (int bandwidth) |
| |
| boolean | equals (Object object) |
| |
| int | hashCode () |
| |
| String | toString () |
| |
| | 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 () |
| |
| | 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) |
| |
| static final< T extends BaseMessage > T | getMessage (String json, Class< T > type) throws java.io.IOException |
| |
| static final< T extends BaseMessage > T | tryGetMessage (String json, Class< T > type) |
| |
| int | meterId |
| |
| String | flowId |
| |
| int | cookie |
| |
| String | switchId |
| |
| long | timestamp = 0L |
| |
Represents rule entity METER_MOD/UPDATE OpenFlow command.
Definition at line 26 of file MeterUpdate.java.