Class DataSource


  • public class DataSource
    extends Object
    Class representing data source used by the detectors.
    • Constructor Detail

      • DataSource

        public DataSource()
    • Method Detail

      • instructions

        public List<String> instructions()
        Get instructions if any for the data source.
        Returns:
        the instructions value
      • withInstructions

        public DataSource withInstructions​(List<String> instructions)
        Set instructions if any for the data source.
        Parameters:
        instructions - the instructions value to set
        Returns:
        the DataSource object itself.
      • dataSourceUri

        public List<NameValuePair> dataSourceUri()
        Get datasource Uri Links.
        Returns:
        the dataSourceUri value
      • withDataSourceUri

        public DataSource withDataSourceUri​(List<NameValuePair> dataSourceUri)
        Set datasource Uri Links.
        Parameters:
        dataSourceUri - the dataSourceUri value to set
        Returns:
        the DataSource object itself.