Class WebhookInfo


  • public class WebhookInfo
    extends java.lang.Object
    • Constructor Detail

      • WebhookInfo

        public WebhookInfo()
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • isHasCustomCertificate

        public boolean isHasCustomCertificate()
      • getPendingUpdateCount

        public int getPendingUpdateCount()
      • getLastErrorDate

        public long getLastErrorDate()
      • getMaxConnections

        public java.lang.Integer getMaxConnections()
      • getAllowedUpdates

        public java.util.List<UpdateType> getAllowedUpdates()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object