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

This is the complete list of members for org.openkilda.messaging.model.rule.FlowInstall, 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.FlowInstall
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
FlowInstall()org.openkilda.messaging.model.rule.FlowInstall
FlowInstall(@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, @JsonProperty(RuleConstants.OUTPUT_PORT) int outputPort, @JsonProperty(RuleConstants.OUTPUT_VLAN) int outputVlan, @JsonProperty(RuleConstants.OUTPUT_VLAN_TYPE) OutputVlanType outputVlanType, @JsonProperty(RuleConstants.METER_ID) int meterId, @JsonProperty(RuleConstants.PRIORITY) int priority)org.openkilda.messaging.model.rule.FlowInstall
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
getMeterId()org.openkilda.messaging.model.rule.FlowInstall
getOutputPort()org.openkilda.messaging.model.rule.FlowInstall
getOutputVlan()org.openkilda.messaging.model.rule.FlowInstall
getOutputVlanType()org.openkilda.messaging.model.rule.FlowInstall
getPriority()org.openkilda.messaging.model.rule.FlowInstall
getSwitchId()org.openkilda.messaging.model.rule.Rule
getTimestamp()org.openkilda.messaging.BaseMessage
hashCode()org.openkilda.messaging.model.rule.FlowInstall
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
setMeterId(int meterId)org.openkilda.messaging.model.rule.FlowInstall
setOutputPort(int outputPort)org.openkilda.messaging.model.rule.FlowInstall
setOutputVlan(int outputVlan)org.openkilda.messaging.model.rule.FlowInstall
setOutputVlanType(OutputVlanType outputVlanType)org.openkilda.messaging.model.rule.FlowInstall
setPriority(int priority)org.openkilda.messaging.model.rule.FlowInstall
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.FlowInstall
tryGetMessage(String json, Class< T > type)org.openkilda.messaging.BaseMessagestatic