operatorName = $operatorName;
}
/**
* @return string
*/
public function getOperatorName()
{
return $this->operatorName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DoubleOperatorOptions::class, 'Google_Service_CloudSearch_DoubleOperatorOptions');