Class DataFile

    • Constructor Detail

      • DataFile

        public DataFile()
    • Method Detail

      • getFileType

        public String getFileType()
        Gets file type
        Returns:
        type
      • getSchema

        public SchemaType getSchema()
        Gets the file schema
        Returns:
        file schema
      • getColumns

        public List<Attribute> getColumns()
        Gets the file columns
        Returns:
        columns
      • getNetworkAddress

        public String getNetworkAddress()
        Gets the network address
        Returns:
        columns
      • getProtocol

        public String getProtocol()
        Get an Endpoint protocol
        Returns:
        network address
      • setFileType

        public void setFileType​(String fileType)
        Sets the file type
        Parameters:
        fileType - type
      • setSchema

        public void setSchema​(SchemaType schema)
        Sets the file schema
        Parameters:
        schema - schema
      • setColumns

        public void setColumns​(List<Attribute> columns)
        Sets the file columns
        Parameters:
        columns - columns
      • setNetworkAddress

        public void setNetworkAddress​(String networkAddress)
        Sets the network address. Needed to create Endpoint, which in turn is internally generated along with Connection, not provided by user
        Parameters:
        networkAddress - network address
      • setProtocol

        public void setProtocol​(String protocol)
        Sets the protocol. Needed to create Endpoint, which in turn is internally generated along with Connection, not provided by user
        Parameters:
        protocol - protocol