Class UpdateKbContentsDTO

    • Constructor Detail

      • UpdateKbContentsDTO

        public UpdateKbContentsDTO()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public UpdateKbContentsDTO withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the UpdateKbContentsDTO object itself.
      • qnaList

        public List<UpdateQnaDTO> qnaList()
        Get the qnaList value.
        Returns:
        the qnaList value
      • withQnaList

        public UpdateKbContentsDTO withQnaList​(List<UpdateQnaDTO> qnaList)
        Set the qnaList value.
        Parameters:
        qnaList - the qnaList value to set
        Returns:
        the UpdateKbContentsDTO object itself.
      • urls

        public List<String> urls()
        Get the urls value.
        Returns:
        the urls value
      • withUrls

        public UpdateKbContentsDTO withUrls​(List<String> urls)
        Set the urls value.
        Parameters:
        urls - the urls value to set
        Returns:
        the UpdateKbContentsDTO object itself.
      • defaultAnswer

        public String defaultAnswer()
        Get the defaultAnswer value.
        Returns:
        the defaultAnswer value
      • withDefaultAnswer

        public UpdateKbContentsDTO withDefaultAnswer​(String defaultAnswer)
        Set the defaultAnswer value.
        Parameters:
        defaultAnswer - the defaultAnswer value to set
        Returns:
        the UpdateKbContentsDTO object itself.