draftEntity = $draftEntity; } /** * @return string */ public function getDraftEntity() { return $this->draftEntity; } /** * @param string */ public function setDraftType($draftType) { $this->draftType = $draftType; } /** * @return string */ public function getDraftType() { return $this->draftType; } /** * @param EntityMappingLogEntry[] */ public function setMappingLog($mappingLog) { $this->mappingLog = $mappingLog; } /** * @return EntityMappingLogEntry[] */ public function getMappingLog() { return $this->mappingLog; } /** * @param string */ public function setSourceEntity($sourceEntity) { $this->sourceEntity = $sourceEntity; } /** * @return string */ public function getSourceEntity() { return $this->sourceEntity; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EntityMapping::class, 'Google_Service_DatabaseMigrationService_EntityMapping');