/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing/TrafficRule.php (1627B)
bandwidth = $bandwidth;
}
public function getBandwidth()
{
return $this->bandwidth;
}
public function setBurst($burst)
{
$this->burst = $burst;
}
public function getBurst()
{
return $this->burst;
}
public function setDelay($delay)
{
$this->delay = $delay;
}
public function getDelay()
{
return $this->delay;
}
public function setPacketDuplicationRatio($packetDuplicationRatio)
{
$this->packetDuplicationRatio = $packetDuplicationRatio;
}
public function getPacketDuplicationRatio()
{
return $this->packetDuplicationRatio;
}
public function setPacketLossRatio($packetLossRatio)
{
$this->packetLossRatio = $packetLossRatio;
}
public function getPacketLossRatio()
{
return $this->packetLossRatio;
}
}