debugIndex = $debugIndex; } /** * @return int */ public function getDebugIndex() { return $this->debugIndex; } /** * @param string */ public function setDebugName($debugName) { $this->debugName = $debugName; } /** * @return string */ public function getDebugName() { return $this->debugName; } /** * @param string */ public function setEncodedMid($encodedMid) { $this->encodedMid = $encodedMid; } /** * @return string */ public function getEncodedMid() { return $this->encodedMid; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity::class, 'Google_Service_Contentwarehouse_NewsReconServiceLrsQ2lrs2QueryToLrsEntryEntity');