Class GetAlertWebhookRespResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetAlertWebhookRespResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Container for response information.
    • Constructor Detail

      • GetAlertWebhookRespResult

        public GetAlertWebhookRespResult()
    • Method Detail

      • getId

        public String getId()
        Gets the id. Webhook ID.
        Returns:
        the id
      • getName

        public String getName()
        Gets the name. Webhook Name.
        Returns:
        the name
      • getUrl

        public String getUrl()
        Gets the url. Webhook url.
        Returns:
        the url
      • getType

        public String getType()
        Gets the type. Webhook type.
        Returns:
        the type
      • getCreatedAt

        public String getCreatedAt()
        Gets the createdAt. When was the webhook created.
        Returns:
        the createdAt
      • getLastSuccess

        public String getLastSuccess()
        Gets the lastSuccess. When was the webhook last used successfully.
        Returns:
        the lastSuccess
      • getLastFailure

        public String getLastFailure()
        Gets the lastFailure. When was the webhook last used and failed.
        Returns:
        the lastFailure