certificate = $certificate; } /** * @return Certificate */ public function getCertificate() { return $this->certificate; } /** * @param string */ public function setCertificatePassword($certificatePassword) { $this->certificatePassword = $certificatePassword; } /** * @return string */ public function getCertificatePassword() { return $this->certificatePassword; } /** * @param string */ public function setCertificatePfx($certificatePfx) { $this->certificatePfx = $certificatePfx; } /** * @return string */ public function getCertificatePfx() { return $this->certificatePfx; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LDAPSSettings::class, 'Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_LDAPSSettings');