Class FeedbackRecordsDTO


  • public class FeedbackRecordsDTO
    extends Object
    Active learning feedback records.
    • Constructor Detail

      • FeedbackRecordsDTO

        public FeedbackRecordsDTO()
    • Method Detail

      • feedbackRecords

        public List<FeedbackRecordDTO> feedbackRecords()
        Get the feedbackRecords value.
        Returns:
        the feedbackRecords value
      • withFeedbackRecords

        public FeedbackRecordsDTO withFeedbackRecords​(List<FeedbackRecordDTO> feedbackRecords)
        Set the feedbackRecords value.
        Parameters:
        feedbackRecords - the feedbackRecords value to set
        Returns:
        the FeedbackRecordsDTO object itself.