Class SparkJobDefinitionFolder


  • public final class SparkJobDefinitionFolder
    extends Object
    The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.
    • Constructor Detail

      • SparkJobDefinitionFolder

        public SparkJobDefinitionFolder()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the folder that this Spark job definition is in.
        Returns:
        the name value.
      • setName

        public SparkJobDefinitionFolder setName​(String name)
        Set the name property: The name of the folder that this Spark job definition is in.
        Parameters:
        name - the name value to set.
        Returns:
        the SparkJobDefinitionFolder object itself.