public final class BfdStatusPacketCounts extends 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
GenericData.FlagsAbstractMap.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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonpublic BfdStatusPacketCounts clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.