Class ModelInfo

    • Constructor Detail

      • ModelInfo

        public ModelInfo()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public ModelInfo withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the ModelInfo object itself.
      • name

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

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

        public Integer typeId()
        Get the typeId value.
        Returns:
        the typeId value
      • withTypeId

        public ModelInfo withTypeId​(Integer typeId)
        Set the typeId value.
        Parameters:
        typeId - the typeId value to set
        Returns:
        the ModelInfo object itself.
      • readableType

        public String readableType()
        Get the readableType value.
        Returns:
        the readableType value
      • withReadableType

        public ModelInfo withReadableType​(String readableType)
        Set the readableType value.
        Parameters:
        readableType - the readableType value to set
        Returns:
        the ModelInfo object itself.