value = $value; } /** * @return string */ public function getValue() { return $this->value; } /** * @param bool */ public function setWildcardMatch($wildcardMatch) { $this->wildcardMatch = $wildcardMatch; } /** * @return bool */ public function getWildcardMatch() { return $this->wildcardMatch; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1TlsInfoCommonName::class, 'Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoCommonName');