stateful = $stateful;
}
/**
* @return bool
*/
public function getStateful()
{
return $this->stateful;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CustomSourceLocation::class, 'Google_Service_Dataflow_CustomSourceLocation');