Open Kilda Java Documentation
org.openkilda.messaging.model.rule.FlowUpdate Class Reference
Inheritance diagram for org.openkilda.messaging.model.rule.FlowUpdate:
org.openkilda.messaging.model.rule.FlowDelete org.openkilda.messaging.model.rule.Rule org.openkilda.messaging.BaseMessage

Additional Inherited Members

- Public Member Functions inherited from org.openkilda.messaging.model.rule.FlowDelete
 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)
 
int getMatchPort ()
 
void setMatchPort (int matchPort)
 
int getMatchVlan ()
 
void setMatchVlan (int matchVlan)
 
boolean equals (Object object)
 
int hashCode ()
 
String toString ()
 
- Public Member Functions inherited from org.openkilda.messaging.model.rule.Rule
 Rule ()
 
 Rule (@JsonProperty(RuleConstants.FLOW_ID) String flowId, @JsonProperty(RuleConstants.COOKIE) int cookie, @JsonProperty(RuleConstants.SWITCH_ID) String switchId)
 
String getFlowId ()
 
void setFlowId (String flowId)
 
String getSwitchId ()
 
void setSwitchId (String switchId)
 
int getCookie ()
 
void setCookie (int cookie)
 
boolean equals (Object object)
 
int hashCode ()
 
String toString ()
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 
- Static Public Member Functions inherited from org.openkilda.messaging.BaseMessage
static final< T extends BaseMessage > T getMessage (String json, Class< T > type) throws java.io.IOException
 
static final< T extends BaseMessage > T tryGetMessage (String json, Class< T > type)
 
- Protected Attributes inherited from org.openkilda.messaging.model.rule.FlowDelete
int matchPort
 
int matchVlan
 
- Protected Attributes inherited from org.openkilda.messaging.model.rule.Rule
String flowId
 
int cookie
 
String switchId
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Represents rule entity for FLOW_MOD/UPDATE OpenFlow command.

Definition at line 26 of file FlowUpdate.java.


The documentation for this class was generated from the following file: