Class DatasetLocation

    • Constructor Detail

      • DatasetLocation

        public DatasetLocation()
    • Method Detail

      • getFolderPath

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

        public DatasetLocation setFolderPath​(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.
      • getFileName

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

        public DatasetLocation setFileName​(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.
      • getAdditionalProperties

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

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