Class ModelWebhook


  • public class ModelWebhook
    extends Object
    Model webhook info.
    • Constructor Detail

      • ModelWebhook

        public ModelWebhook​(String id,
                            String name,
                            String url)
        Creates a new ModelWebhook instance.
        Parameters:
        id - ID of the webhook.
        name - Name of the webhook.
        url - URL of the webhook.
      • ModelWebhook

        public ModelWebhook()
    • Method Detail

      • getId

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

        public String getName()
        Name of the webhook.
      • getUrl

        public String getUrl()
        URL of the webhook.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object