Class DatasetLocation

    • Constructor Detail

      • DatasetLocation

        public DatasetLocation()
    • Method Detail

      • folderPath

        public Object folderPath()
        Get the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
        Returns:
        the folderPath value.
      • withFolderPath

        public DatasetLocation withFolderPath​(Object folderPath)
        Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the DatasetLocation object itself.
      • fileName

        public Object fileName()
        Get the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Returns:
        the fileName value.
      • withFileName

        public DatasetLocation withFileName​(Object fileName)
        Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the DatasetLocation object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Dataset location.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public DatasetLocation withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Dataset location.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the DatasetLocation object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.