exactMatchWithOperator = $exactMatchWithOperator;
}
/**
* @return bool
*/
public function getExactMatchWithOperator()
{
return $this->exactMatchWithOperator;
}
/**
* @param string
*/
public function setOperatorName($operatorName)
{
$this->operatorName = $operatorName;
}
/**
* @return string
*/
public function getOperatorName()
{
return $this->operatorName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TextOperatorOptions::class, 'Google_Service_CloudSearch_TextOperatorOptions');