public final class BfdStatusPacketCounts
extends com.google.api.client.json.GenericJson
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
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BfdStatusPacketCounts() |
Modifier and Type | Method and Description |
---|---|
BfdStatusPacketCounts |
clone() |
Long |
getNumRx()
Number of packets received since the beginning of the current BFD session.
|
Long |
getNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the
current BFD session.
|
Long |
getNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current
BFD session.
|
Long |
getNumTx()
Number of packets transmitted since the beginning of the current BFD session.
|
BfdStatusPacketCounts |
set(String fieldName,
Object value) |
BfdStatusPacketCounts |
setNumRx(Long numRx)
Number of packets received since the beginning of the current BFD session.
|
BfdStatusPacketCounts |
setNumRxRejected(Long numRxRejected)
Number of packets received that were rejected because of errors since the beginning of the
current BFD session.
|
BfdStatusPacketCounts |
setNumRxSuccessful(Long numRxSuccessful)
Number of packets received that were successfully processed since the beginning of the current
BFD session.
|
BfdStatusPacketCounts |
setNumTx(Long numTx)
Number of packets transmitted since the beginning of the current BFD session.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getNumRx()
null
for nonepublic BfdStatusPacketCounts setNumRx(Long numRx)
numRx
- numRx or null
for nonepublic Long getNumRxRejected()
null
for nonepublic BfdStatusPacketCounts setNumRxRejected(Long numRxRejected)
numRxRejected
- numRxRejected or null
for nonepublic Long getNumRxSuccessful()
null
for nonepublic BfdStatusPacketCounts setNumRxSuccessful(Long numRxSuccessful)
numRxSuccessful
- numRxSuccessful or null
for nonepublic Long getNumTx()
null
for nonepublic BfdStatusPacketCounts setNumTx(Long numTx)
numTx
- numTx or null
for nonepublic BfdStatusPacketCounts set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BfdStatusPacketCounts clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.