public interface PacketIntervalsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAvgMs()
public abstract long getAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for duration. |
getMaxMs()
public abstract long getMaxMs()
Maximum observed inter-packet interval in milliseconds.
optional int64 max_ms = 529474145;
Returns | |
---|---|
Type | Description |
long |
The maxMs. |
getMinMs()
public abstract long getMinMs()
Minimum observed inter-packet interval in milliseconds.
optional int64 min_ms = 536564403;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for type. |
hasAvgMs()
public abstract boolean hasAvgMs()
Average observed inter-packet interval in milliseconds.
optional int64 avg_ms = 204811827;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the type field is set. |