Class SearchModel


  • public class SearchModel
    extends Object
    Models search response.
    • Constructor Detail

      • SearchModel

        public SearchModel​(String id,
                           String name,
                           String modelType,
                           List<ModelWebhook> webhooks)
        Creates a new SearchModel instance.
        Parameters:
        id - ID of the model.
        name - Name of the model.
        modelType - Type of the model.
        webhooks - Webhooks associated with the model.
      • SearchModel

        public SearchModel()
    • Method Detail

      • getId

        public String getId()
        ID of the model.
      • getName

        public String getName()
        Name of the model.
      • getModelType

        public String getModelType()
        Type of the model.
      • getWebhooks

        public List<ModelWebhook> getWebhooks()
        Webhooks associated with the model.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object