Class GetAlertWebhookRespResult
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.webhooks.v1.model.GetAlertWebhookRespResult
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetAlertWebhookRespResult extends com.ibm.cloud.sdk.core.service.model.GenericModelContainer for response information.
- 
- 
Constructor SummaryConstructors Constructor Description GetAlertWebhookRespResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()Gets the createdAt.StringgetId()Gets the id.StringgetLastFailure()Gets the lastFailure.StringgetLastSuccess()Gets the lastSuccess.StringgetName()Gets the name.StringgetType()Gets the type.StringgetUrl()Gets the url.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Webhook ID.- Returns:
- the id
 
 - 
getNamepublic String getName() Gets the name. Webhook Name.- Returns:
- the name
 
 - 
getUrlpublic String getUrl() Gets the url. Webhook url.- Returns:
- the url
 
 - 
getTypepublic String getType() Gets the type. Webhook type.- Returns:
- the type
 
 - 
getCreatedAtpublic String getCreatedAt() Gets the createdAt. When was the webhook created.- Returns:
- the createdAt
 
 - 
getLastSuccesspublic String getLastSuccess() Gets the lastSuccess. When was the webhook last used successfully.- Returns:
- the lastSuccess
 
 - 
getLastFailurepublic String getLastFailure() Gets the lastFailure. When was the webhook last used and failed.- Returns:
- the lastFailure
 
 
- 
 
-