Class RecalledInfo.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • status

        public RecalledInfo.Builder status​(RecallStatus status)
        This is the status of the recall
        Parameters:
        status - the value to set
        Returns:
        this builder
      • purpose

        public RecalledInfo.Builder purpose​(String purpose)
        This is the purpose of the recall
        Parameters:
        purpose - the value to set
        Returns:
        this builder
      • queryString

        public RecalledInfo.Builder queryString​(String queryString)
        This is the query associated with the recall
        Parameters:
        queryString - the value to set
        Returns:
        this builder
      • logSets

        public RecalledInfo.Builder logSets​(String logSets)
        This is the list of logsets associated with the recall
        Parameters:
        logSets - the value to set
        Returns:
        this builder
      • collectionId

        public RecalledInfo.Builder collectionId​(Long collectionId)
        This is the id for the recalled data collection
        Parameters:
        collectionId - the value to set
        Returns:
        this builder
      • timeRecalledDataStarted

        public RecalledInfo.Builder timeRecalledDataStarted​(Date timeRecalledDataStarted)
        This is the recalled date start time
        Parameters:
        timeRecalledDataStarted - the value to set
        Returns:
        this builder
      • timeRecalledDataEnded

        public RecalledInfo.Builder timeRecalledDataEnded​(Date timeRecalledDataEnded)
        This is the recalled data end time
        Parameters:
        timeRecalledDataEnded - the value to set
        Returns:
        this builder