timestamp = $timestamp;
}
public function getTimestamp()
{
return $this->timestamp;
}
/**
* @param Google_Service_Dataflow_SplitInt64
*/
public function setValue(Google_Service_Dataflow_SplitInt64 $value)
{
$this->value = $value;
}
/**
* @return Google_Service_Dataflow_SplitInt64
*/
public function getValue()
{
return $this->value;
}
}