encodedData = $encodedData; } /** * @return string */ public function getEncodedData() { return $this->encodedData; } /** * @param string */ public function setFirstValue($firstValue) { $this->firstValue = $firstValue; } /** * @return string */ public function getFirstValue() { return $this->firstValue; } /** * @param int */ public function setNumEntries($numEntries) { $this->numEntries = $numEntries; } /** * @return int */ public function getNumEntries() { return $this->numEntries; } /** * @param int */ public function setRiceParameter($riceParameter) { $this->riceParameter = $riceParameter; } /** * @return int */ public function getRiceParameter() { return $this->riceParameter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4RiceDeltaEncoding::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4RiceDeltaEncoding');