Class ModelDescriptor

    • Constructor Summary

      Constructors 
      Constructor Description
      ModelDescriptor​(java.lang.String id, java.lang.String name, java.lang.String type)
      It is not intended or recommended that the consumer of this API construct these objects.
    • Constructor Detail

      • ModelDescriptor

        public ModelDescriptor​(java.lang.String id,
                               java.lang.String name,
                               java.lang.String type)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the model descriptors returned by the API.
        Parameters:
        id - The identifier of the model.
        name - The name of the model.
        type - The standard type of the model.
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the model.
        Returns:
        The name of the model.
      • getType

        public java.lang.String getType()
        Gets the standard type of the model.
        Returns:
        The standard type of the model.