![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.model.PacketIntervals.html Maven / Gradle / Ivy
PacketIntervals (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute.model
Class PacketIntervals
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.PacketIntervals
-
public final class PacketIntervals
extends GenericJson
Next free: 7
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
PacketIntervals()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
PacketIntervals
clone()
Long
getAvgMs()
Average observed inter-packet interval in milliseconds.
String
getDuration()
From how long ago in the past these intervals were observed.
Long
getMaxMs()
Maximum observed inter-packet interval in milliseconds.
Long
getMinMs()
Minimum observed inter-packet interval in milliseconds.
Long
getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
String
getType()
The type of packets for which inter-packet intervals were computed.
PacketIntervals
set(String fieldName,
Object value)
PacketIntervals
setAvgMs(Long avgMs)
Average observed inter-packet interval in milliseconds.
PacketIntervals
setDuration(String duration)
From how long ago in the past these intervals were observed.
PacketIntervals
setMaxMs(Long maxMs)
Maximum observed inter-packet interval in milliseconds.
PacketIntervals
setMinMs(Long minMs)
Minimum observed inter-packet interval in milliseconds.
PacketIntervals
setNumIntervals(Long numIntervals)
Number of inter-packet intervals from which these statistics were derived.
PacketIntervals
setType(String type)
The type of packets for which inter-packet intervals were computed.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAvgMs
public Long getAvgMs()
Average observed inter-packet interval in milliseconds.
- Returns:
- value or
null
for none
-
setAvgMs
public PacketIntervals setAvgMs(Long avgMs)
Average observed inter-packet interval in milliseconds.
- Parameters:
avgMs
- avgMs or null
for none
-
getDuration
public String getDuration()
From how long ago in the past these intervals were observed.
- Returns:
- value or
null
for none
-
setDuration
public PacketIntervals setDuration(String duration)
From how long ago in the past these intervals were observed.
- Parameters:
duration
- duration or null
for none
-
getMaxMs
public Long getMaxMs()
Maximum observed inter-packet interval in milliseconds.
- Returns:
- value or
null
for none
-
setMaxMs
public PacketIntervals setMaxMs(Long maxMs)
Maximum observed inter-packet interval in milliseconds.
- Parameters:
maxMs
- maxMs or null
for none
-
getMinMs
public Long getMinMs()
Minimum observed inter-packet interval in milliseconds.
- Returns:
- value or
null
for none
-
setMinMs
public PacketIntervals setMinMs(Long minMs)
Minimum observed inter-packet interval in milliseconds.
- Parameters:
minMs
- minMs or null
for none
-
getNumIntervals
public Long getNumIntervals()
Number of inter-packet intervals from which these statistics were derived.
- Returns:
- value or
null
for none
-
setNumIntervals
public PacketIntervals setNumIntervals(Long numIntervals)
Number of inter-packet intervals from which these statistics were derived.
- Parameters:
numIntervals
- numIntervals or null
for none
-
getType
public String getType()
The type of packets for which inter-packet intervals were computed.
- Returns:
- value or
null
for none
-
setType
public PacketIntervals setType(String type)
The type of packets for which inter-packet intervals were computed.
- Parameters:
type
- type or null
for none
-
set
public PacketIntervals set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public PacketIntervals clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy