Package com.contentful.java.cma.model
Class CMAWebhookHealth
- java.lang.Object
-
- com.contentful.java.cma.model.CMAResource
-
- com.contentful.java.cma.model.CMAWebhookHealth
-
public class CMAWebhookHealth extends CMAResource
Model class representing a health report of this webhook.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMAWebhookHealth.CMAWebhookHealthCallModel representing the spread of calls on this Webhook.
-
Constructor Summary
Constructors Constructor Description CMAWebhookHealth()Create a webhook health record.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMAWebhookHealth.CMAWebhookHealthCallgetCalls()java.lang.StringtoString()-
Methods inherited from class com.contentful.java.cma.model.CMAResource
getEnvironmentId, getId, getSpaceId, getSystem, getVersion, getVisibility, isArchived, isPublished, setEnvironmentId, setId, setSpaceId, setSystem, setVersion, setVisibility
-
-
-
-
Method Detail
-
getCalls
public CMAWebhookHealth.CMAWebhookHealthCall getCalls()
- Returns:
- Returns Object containing Counts of calls of this Webhook.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCMAResource- Returns:
- a human readable string, representing the object.
-
-