Interface PacketIntervalsOrBuilder (1.51.0)

public interface PacketIntervalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvgMs()

public abstract long getAvgMs()

Average observed inter-packet interval in milliseconds.

optional int64 avg_ms = 204811827;

Returns
TypeDescription
long

The avgMs.

getDuration()

public abstract String getDuration()

From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.

optional string duration = 155471252;

Returns
TypeDescription
String

The duration.

getDurationBytes()

public abstract ByteString getDurationBytes()

From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.

optional string duration = 155471252;

Returns
TypeDescription
ByteString

The bytes for duration.

getMaxMs()

public abstract long getMaxMs()

Maximum observed inter-packet interval in milliseconds.

optional int64 max_ms = 529474145;

Returns
TypeDescription
long

The maxMs.

getMinMs()

public abstract long getMinMs()

Minimum observed inter-packet interval in milliseconds.

optional int64 min_ms = 536564403;

Returns
TypeDescription
long

The minMs.

getNumIntervals()

public abstract long getNumIntervals()

Number of inter-packet intervals from which these statistics were derived.

optional int64 num_intervals = 186329813;

Returns
TypeDescription
long

The numIntervals.

getType()

public abstract String getType()

The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
ByteString

The bytes for type.

hasAvgMs()

public abstract boolean hasAvgMs()

Average observed inter-packet interval in milliseconds.

optional int64 avg_ms = 204811827;

Returns
TypeDescription
boolean

Whether the avgMs field is set.

hasDuration()

public abstract boolean hasDuration()

From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.

optional string duration = 155471252;

Returns
TypeDescription
boolean

Whether the duration field is set.

hasMaxMs()

public abstract boolean hasMaxMs()

Maximum observed inter-packet interval in milliseconds.

optional int64 max_ms = 529474145;

Returns
TypeDescription
boolean

Whether the maxMs field is set.

hasMinMs()

public abstract boolean hasMinMs()

Minimum observed inter-packet interval in milliseconds.

optional int64 min_ms = 536564403;

Returns
TypeDescription
boolean

Whether the minMs field is set.

hasNumIntervals()

public abstract boolean hasNumIntervals()

Number of inter-packet intervals from which these statistics were derived.

optional int64 num_intervals = 186329813;

Returns
TypeDescription
boolean

Whether the numIntervals field is set.

hasType()

public abstract boolean hasType()

The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
boolean

Whether the type field is set.