enableAutoPopulationOfTimespanConfig = $enableAutoPopulationOfTimespanConfig; } /** * @return bool */ public function getEnableAutoPopulationOfTimespanConfig() { return $this->enableAutoPopulationOfTimespanConfig; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param GooglePrivacyDlpV2FieldId */ public function setTimestampField(GooglePrivacyDlpV2FieldId $timestampField) { $this->timestampField = $timestampField; } /** * @return GooglePrivacyDlpV2FieldId */ public function getTimestampField() { return $this->timestampField; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TimespanConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2TimespanConfig');