Class AlterationsDTO


  • public class AlterationsDTO
    extends Object
    Collection of words that are synonyms.
    • Constructor Detail

      • AlterationsDTO

        public AlterationsDTO()
    • Method Detail

      • alterations

        public List<String> alterations()
        Get the alterations value.
        Returns:
        the alterations value
      • withAlterations

        public AlterationsDTO withAlterations​(List<String> alterations)
        Set the alterations value.
        Parameters:
        alterations - the alterations value to set
        Returns:
        the AlterationsDTO object itself.