notAfterSec = $notAfterSec; } /** * @return string */ public function getNotAfterSec() { return $this->notAfterSec; } /** * @param string */ public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } /** * @return string */ public function getStatusCode() { return $this->statusCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiEmailCertificateCertificateStatus');