rowSynced = $rowSynced; } /** * @return string */ public function getRowSynced() { return $this->rowSynced; } /** * @param string */ public function setSystemWatermarkTime($systemWatermarkTime) { $this->systemWatermarkTime = $systemWatermarkTime; } /** * @return string */ public function getSystemWatermarkTime() { return $this->systemWatermarkTime; } /** * @param string */ public function setTotalSlot($totalSlot) { $this->totalSlot = $totalSlot; } /** * @return string */ public function getTotalSlot() { return $this->totalSlot; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FeatureViewSyncSyncSummary::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FeatureViewSyncSyncSummary');