Class ReplaceKbDTO


  • public class ReplaceKbDTO
    extends Object
    Post body schema for Replace KB operation.
    • Constructor Detail

      • ReplaceKbDTO

        public ReplaceKbDTO()
    • Method Detail

      • qnAList

        public List<QnADTO> qnAList()
        Get the qnAList value.
        Returns:
        the qnAList value
      • withQnAList

        public ReplaceKbDTO withQnAList​(List<QnADTO> qnAList)
        Set the qnAList value.
        Parameters:
        qnAList - the qnAList value to set
        Returns:
        the ReplaceKbDTO object itself.