Package com.contentful.java.cma.model
Class CMAWebhookHealth.CMAWebhookHealthCall
- java.lang.Object
-
- com.contentful.java.cma.model.CMAWebhookHealth.CMAWebhookHealthCall
-
- Enclosing class:
- CMAWebhookHealth
public static class CMAWebhookHealth.CMAWebhookHealthCall extends java.lang.ObjectModel representing the spread of calls on this Webhook.
-
-
Constructor Summary
Constructors Constructor Description CMAWebhookHealthCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetHealthy()java.lang.IntegergetTotal()java.lang.StringtoString()
-
-
-
Method Detail
-
getTotal
public java.lang.Integer getTotal()
- Returns:
- Number of calls happened to this Webhook in total.
-
getHealthy
public java.lang.Integer getHealthy()
- Returns:
- Number of calls healthy on this Webhook.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- a human readable string, representing the object.
-
-