BaseMessage(@JsonProperty(TIMESTAMP) final long timestamp) | org.openkilda.messaging.BaseMessage | |
BaseMessage() | org.openkilda.messaging.BaseMessage | |
cookie | org.openkilda.messaging.model.rule.Rule | protected |
equals(Object object) | org.openkilda.messaging.model.rule.MeterInstall | |
flowId | org.openkilda.messaging.model.rule.Rule | protected |
getBandwidth() | org.openkilda.messaging.model.rule.MeterInstall | |
getCookie() | org.openkilda.messaging.model.rule.Rule | |
getFlowId() | org.openkilda.messaging.model.rule.Rule | |
getMessage(String json, Class< T > type) | org.openkilda.messaging.BaseMessage | static |
getMeterId() | org.openkilda.messaging.model.rule.MeterDelete | |
getSwitchId() | org.openkilda.messaging.model.rule.Rule | |
getTimestamp() | org.openkilda.messaging.BaseMessage | |
hashCode() | org.openkilda.messaging.model.rule.MeterInstall | |
MeterDelete() | 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) | org.openkilda.messaging.model.rule.MeterDelete | |
meterId | org.openkilda.messaging.model.rule.MeterDelete | protected |
MeterInstall() | org.openkilda.messaging.model.rule.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) | org.openkilda.messaging.model.rule.MeterInstall | |
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) | org.openkilda.messaging.model.rule.Rule | |
setBandwidth(int bandwidth) | org.openkilda.messaging.model.rule.MeterInstall | |
setCookie(int cookie) | org.openkilda.messaging.model.rule.Rule | |
setFlowId(String flowId) | org.openkilda.messaging.model.rule.Rule | |
setMeterId(int meterId) | org.openkilda.messaging.model.rule.MeterDelete | |
setSwitchId(String switchId) | org.openkilda.messaging.model.rule.Rule | |
setTimestamp(long timestamp) | org.openkilda.messaging.BaseMessage | |
switchId | org.openkilda.messaging.model.rule.Rule | protected |
timestamp | org.openkilda.messaging.BaseMessage | protected |
toString() | org.openkilda.messaging.model.rule.MeterInstall | |
tryGetMessage(String json, Class< T > type) | org.openkilda.messaging.BaseMessage | static |