labelIdMessageCount = $labelIdMessageCount;
}
/**
* @return int[]
*/
public function getLabelIdMessageCount()
{
return $this->labelIdMessageCount;
}
/**
* @param int
*/
public function setNumConstituents($numConstituents)
{
$this->numConstituents = $numConstituents;
}
/**
* @return int
*/
public function getNumConstituents()
{
return $this->numConstituents;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TopicState::class, 'Google_Service_CloudSearch_TopicState');