Class WebhookInfo
- java.lang.Object
-
- com.jtelegram.api.requests.webhooks.WebhookInfo
-
public class WebhookInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebhookInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.util.List<UpdateType>
getAllowedUpdates()
long
getLastErrorDate()
java.lang.Integer
getMaxConnections()
int
getPendingUpdateCount()
java.lang.String
getUrl()
int
hashCode()
boolean
isHasCustomCertificate()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-