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