Class JSONModelFeature


  • public class JSONModelFeature
    extends Object
    Exported Model - Phraselist Model Feature.
    • Constructor Detail

      • JSONModelFeature

        public JSONModelFeature()
    • Method Detail

      • activated

        public Boolean activated()
        Get the activated value.
        Returns:
        the activated value
      • withActivated

        public JSONModelFeature withActivated​(Boolean activated)
        Set the activated value.
        Parameters:
        activated - the activated value to set
        Returns:
        the JSONModelFeature object itself.
      • name

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

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

        public String words()
        Get the words value.
        Returns:
        the words value
      • withWords

        public JSONModelFeature withWords​(String words)
        Set the words value.
        Parameters:
        words - the words value to set
        Returns:
        the JSONModelFeature object itself.
      • mode

        public Boolean mode()
        Get the mode value.
        Returns:
        the mode value
      • withMode

        public JSONModelFeature withMode​(Boolean mode)
        Set the mode value.
        Parameters:
        mode - the mode value to set
        Returns:
        the JSONModelFeature object itself.
      • enabledForAllModels

        public Boolean enabledForAllModels()
        Get the enabledForAllModels value.
        Returns:
        the enabledForAllModels value
      • withEnabledForAllModels

        public JSONModelFeature withEnabledForAllModels​(Boolean enabledForAllModels)
        Set the enabledForAllModels value.
        Parameters:
        enabledForAllModels - the enabledForAllModels value to set
        Returns:
        the JSONModelFeature object itself.