@Generated public class SparkPythonTask extends Object
Constructor and Description |
---|
SparkPythonTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<String> |
getParameters() |
String |
getPythonFile() |
Source |
getSource() |
int |
hashCode() |
SparkPythonTask |
setParameters(Collection<String> parameters) |
SparkPythonTask |
setPythonFile(String pythonFile) |
SparkPythonTask |
setSource(Source source) |
String |
toString() |
public SparkPythonTask setParameters(Collection<String> parameters)
public Collection<String> getParameters()
public SparkPythonTask setPythonFile(String pythonFile)
public String getPythonFile()
public SparkPythonTask setSource(Source source)
public Source getSource()
Copyright © 2023. All rights reserved.