public interface BfdStatusPacketCountsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNumRx()
public abstract int getNumRx()Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;
| Returns | |
|---|---|
| Type | Description |
int |
The numRx. |
getNumRxRejected()
public abstract int getNumRxRejected()Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;
| Returns | |
|---|---|
| Type | Description |
int |
The numRxRejected. |
getNumRxSuccessful()
public abstract int getNumRxSuccessful()Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;
| Returns | |
|---|---|
| Type | Description |
int |
The numRxSuccessful. |
getNumTx()
public abstract int getNumTx()Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;
| Returns | |
|---|---|
| Type | Description |
int |
The numTx. |
hasNumRx()
public abstract boolean hasNumRx()Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the numRx field is set. |
hasNumRxRejected()
public abstract boolean hasNumRxRejected()Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the numRxRejected field is set. |
hasNumRxSuccessful()
public abstract boolean hasNumRxSuccessful()Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the numRxSuccessful field is set. |
hasNumTx()
public abstract boolean hasNumTx()Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the numTx field is set. |