first = $first; } /** * @return bool */ public function getFirst() { return $this->first; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setLast($last) { $this->last = $last; } /** * @return bool */ public function getLast() { return $this->last; } /** * @param string */ public function setProducer($producer) { $this->producer = $producer; } /** * @return string */ public function getProducer() { return $this->producer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogEntryOperation::class, 'Google_Service_Logging_LogEntryOperation');