Class ModelDescription


  • public class ModelDescription
    extends Object
    An object describing supported model by name and categories.
    • Constructor Detail

      • ModelDescription

        public ModelDescription()
    • Method Detail

      • name

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

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

        public List<String> categories()
        Get the categories value.
        Returns:
        the categories value
      • withCategories

        public ModelDescription withCategories​(List<String> categories)
        Set the categories value.
        Parameters:
        categories - the categories value to set
        Returns:
        the ModelDescription object itself.