Open Kilda Java Documentation
org.openkilda.messaging.info.rule.FlowEntry Class Reference
Inheritance diagram for org.openkilda.messaging.info.rule.FlowEntry:

Public Member Functions

 FlowEntry ( @JsonProperty("cookie") long cookie, @JsonProperty("duration-sec") long durationSeconds, @JsonProperty("duration-nsec") long durationNanoSeconds, @JsonProperty("table-id") long tableId, @JsonProperty("packet-count") long packetCount, @JsonProperty("version") String version, @JsonProperty("priority") int priority, @JsonProperty("idle-timeout") long idleTimeout, @JsonProperty("hard-timeout") long hardTimeout, @JsonProperty("byte-count") long byteCount, @JsonProperty("match") FlowMatchField match, @JsonProperty("instructions") FlowInstructions instructions, @JsonProperty("flags") String[] flags)
 

Detailed Description

Definition at line 29 of file FlowEntry.java.

Constructor & Destructor Documentation

◆ FlowEntry()

org.openkilda.messaging.info.rule.FlowEntry.FlowEntry ( @JsonProperty("cookie") long  cookie,
@JsonProperty("duration-sec") long  durationSeconds,
@JsonProperty("duration-nsec") long  durationNanoSeconds,
@JsonProperty("table-id") long  tableId,
@JsonProperty("packet-count") long  packetCount,
@JsonProperty("version") String  version,
@JsonProperty("priority") int  priority,
@JsonProperty("idle-timeout") long  idleTimeout,
@JsonProperty("hard-timeout") long  hardTimeout,
@JsonProperty("byte-count") long  byteCount,
@JsonProperty("match") FlowMatchField  match,
@JsonProperty("instructions") FlowInstructions  instructions,
@JsonProperty("flags") String []  flags 
)

Definition at line 59 of file FlowEntry.java.


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