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

This is the complete list of members for org.openkilda.messaging.model.rule.FlowUpdate, 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.FlowDelete
FlowDelete()org.openkilda.messaging.model.rule.FlowDelete
FlowDelete(@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId, @JsonProperty(RuleConstants.MATCH_PORT) int matchPort, @JsonProperty(RuleConstants.MATCH_VLAN) int matchVlan)org.openkilda.messaging.model.rule.FlowDelete
flowIdorg.openkilda.messaging.model.rule.Ruleprotected
getCookie()org.openkilda.messaging.model.rule.Rule
getFlowId()org.openkilda.messaging.model.rule.Rule
getMatchPort()org.openkilda.messaging.model.rule.FlowDelete
getMatchVlan()org.openkilda.messaging.model.rule.FlowDelete
getMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic
getSwitchId()org.openkilda.messaging.model.rule.Rule
getTimestamp()org.openkilda.messaging.BaseMessage
hashCode()org.openkilda.messaging.model.rule.FlowDelete
matchPortorg.openkilda.messaging.model.rule.FlowDeleteprotected
matchVlanorg.openkilda.messaging.model.rule.FlowDeleteprotected
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
setCookie(int cookie)org.openkilda.messaging.model.rule.Rule
setFlowId(String flowId)org.openkilda.messaging.model.rule.Rule
setMatchPort(int matchPort)org.openkilda.messaging.model.rule.FlowDelete
setMatchVlan(int matchVlan)org.openkilda.messaging.model.rule.FlowDelete
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.FlowDelete
tryGetMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic