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 Summary
Constructors Constructor Description GetAlertWebhookRespResult()
-
Method Summary
All 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
-
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
-
-