public class WebhookInfo extends Object implements IBotApiObject
| Constructor and Description |
|---|
WebhookInfo() |
WebhookInfo(org.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLastErrorDate() |
String |
getLastErrorMessage() |
int |
getPendingUpdatesCount() |
String |
getUrl() |
boolean |
isHasCustomCertificate() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
public WebhookInfo()
public WebhookInfo(org.json.JSONObject object)
public String getUrl()
public boolean isHasCustomCertificate()
public int getPendingUpdatesCount()
public int getLastErrorDate()
public String getLastErrorMessage()
public void serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionCopyright © 2016. All rights reserved.