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.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 | |
flowId | org.openkilda.messaging.model.rule.Rule | protected |
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.BaseMessage | static |
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 | |
matchPort | org.openkilda.messaging.model.rule.FlowDelete | protected |
matchVlan | org.openkilda.messaging.model.rule.FlowDelete | protected |
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 | |
switchId | org.openkilda.messaging.model.rule.Rule | protected |
timestamp | org.openkilda.messaging.BaseMessage | protected |
toString() | org.openkilda.messaging.model.rule.FlowInstall | |
tryGetMessage(String json, Class< T > type) | org.openkilda.messaging.BaseMessage | static |