Class RecalledDataSize.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeDataStarted

        public RecalledDataSize.Builder timeDataStarted​(Date timeDataStarted)
        This is the start of the time range of the archival data
        Parameters:
        timeDataStarted - the value to set
        Returns:
        this builder
      • timeDataEnded

        public RecalledDataSize.Builder timeDataEnded​(Date timeDataEnded)
        This is the end of the time range of the archival data
        Parameters:
        timeDataEnded - the value to set
        Returns:
        this builder
      • recalledDataInBytes

        public RecalledDataSize.Builder recalledDataInBytes​(Long recalledDataInBytes)
        This is the size of the recalled data
        Parameters:
        recalledDataInBytes - the value to set
        Returns:
        this builder
      • notRecalledDataInBytes

        public RecalledDataSize.Builder notRecalledDataInBytes​(Long notRecalledDataInBytes)
        This is the size of the archival data not recalled yet
        Parameters:
        notRecalledDataInBytes - the value to set
        Returns:
        this builder