Class HttpServerLocation


  • public final class HttpServerLocation
    extends DatasetLocation
    The location of http server.
    • Constructor Detail

      • HttpServerLocation

        public HttpServerLocation()
    • Method Detail

      • getRelativeUrl

        public Object getRelativeUrl()
        Get the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
        Returns:
        the relativeUrl value.
      • setRelativeUrl

        public HttpServerLocation setRelativeUrl​(Object relativeUrl)
        Set the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
        Parameters:
        relativeUrl - the relativeUrl value to set.
        Returns:
        the HttpServerLocation object itself.
      • setFolderPath

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

        public HttpServerLocation setFileName​(Object fileName)
        Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Overrides:
        setFileName in class DatasetLocation
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the DatasetLocation object itself.