buckets = $buckets;
}
/**
* @return FacetBucket[]
*/
public function getBuckets()
{
return $this->buckets;
}
/**
* @param string
*/
public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
/**
* @return string
*/
public function getObjectType()
{
return $this->objectType;
}
/**
* @param string
*/
public function setOperatorName($operatorName)
{
$this->operatorName = $operatorName;
}
/**
* @return string
*/
public function getOperatorName()
{
return $this->operatorName;
}
/**
* @param string
*/
public function setSourceName($sourceName)
{
$this->sourceName = $sourceName;
}
/**
* @return string
*/
public function getSourceName()
{
return $this->sourceName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FacetResult::class, 'Google_Service_CloudSearch_FacetResult');