status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param string */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } /** * @return string */ public function getTimestamp() { return $this->timestamp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ProfileStatus::class, 'Google_Service_DLP_GooglePrivacyDlpV2ProfileStatus');