Open Kilda Java Documentation
org.openkilda.messaging.model.rule.MeterUpdate Member List

This is the complete list of members for org.openkilda.messaging.model.rule.MeterUpdate, including all inherited members.

BaseMessage(@JsonProperty(TIMESTAMP) final long timestamp)org.openkilda.messaging.BaseMessage
BaseMessage()org.openkilda.messaging.BaseMessage
cookieorg.openkilda.messaging.model.rule.Ruleprotected
equals(Object object)org.openkilda.messaging.model.rule.MeterInstall
flowIdorg.openkilda.messaging.model.rule.Ruleprotected
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.BaseMessagestatic
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
meterIdorg.openkilda.messaging.model.rule.MeterDeleteprotected
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
switchIdorg.openkilda.messaging.model.rule.Ruleprotected
timestamporg.openkilda.messaging.BaseMessageprotected
toString()org.openkilda.messaging.model.rule.MeterInstall
tryGetMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic