Class CMAWebhookHealth.CMAWebhookHealthCall

  • Enclosing class:
    CMAWebhookHealth

    public static class CMAWebhookHealth.CMAWebhookHealthCall
    extends java.lang.Object
    Model representing the spread of calls on this Webhook.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHealthy()  
      java.lang.Integer getTotal()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CMAWebhookHealthCall

        public CMAWebhookHealthCall()
    • 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:
        toString in class java.lang.Object
        Returns:
        a human readable string, representing the object.