enableAutoPopulationOfTimespanConfig = $enableAutoPopulationOfTimespanConfig; } public function getEnableAutoPopulationOfTimespanConfig() { return $this->enableAutoPopulationOfTimespanConfig; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setTimestampField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $timestampField) { $this->timestampField = $timestampField; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getTimestampField() { return $this->timestampField; } }