count = $count;
}
/**
* @return Google_Service_Dataflow_SplitInt64
*/
public function getCount()
{
return $this->count;
}
/**
* @param Google_Service_Dataflow_SplitInt64
*/
public function setSum(Google_Service_Dataflow_SplitInt64 $sum)
{
$this->sum = $sum;
}
/**
* @return Google_Service_Dataflow_SplitInt64
*/
public function getSum()
{
return $this->sum;
}
}