numRx = $numRx;
}
/**
* @return string
*/
public function getNumRx()
{
return $this->numRx;
}
/**
* @param string
*/
public function setNumRxRejected($numRxRejected)
{
$this->numRxRejected = $numRxRejected;
}
/**
* @return string
*/
public function getNumRxRejected()
{
return $this->numRxRejected;
}
/**
* @param string
*/
public function setNumRxSuccessful($numRxSuccessful)
{
$this->numRxSuccessful = $numRxSuccessful;
}
/**
* @return string
*/
public function getNumRxSuccessful()
{
return $this->numRxSuccessful;
}
/**
* @param string
*/
public function setNumTx($numTx)
{
$this->numTx = $numTx;
}
/**
* @return string
*/
public function getNumTx()
{
return $this->numTx;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BfdStatusPacketCounts::class, 'Google_Service_Compute_BfdStatusPacketCounts');