fromId = $fromId; } /** * @return int */ public function getFromId() { return $this->fromId; } /** * @param int */ public function setToId($toId) { $this->toId = $toId; } /** * @return int */ public function getToId() { return $this->toId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RddOperationEdge::class, 'Google_Service_Dataproc_RddOperationEdge');