Class WordAlterationsDTO


  • public class WordAlterationsDTO
    extends Object
    Collection of word alterations.
    • Constructor Detail

      • WordAlterationsDTO

        public WordAlterationsDTO()
    • Method Detail

      • wordAlterations

        public List<AlterationsDTO> wordAlterations()
        Get the wordAlterations value.
        Returns:
        the wordAlterations value
      • withWordAlterations

        public WordAlterationsDTO withWordAlterations​(List<AlterationsDTO> wordAlterations)
        Set the wordAlterations value.
        Parameters:
        wordAlterations - the wordAlterations value to set
        Returns:
        the WordAlterationsDTO object itself.