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.GenericModel
Container for response information.
-
-
Constructor Summary
Constructors Constructor Description GetAlertWebhookRespResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedAt()
Gets the createdAt.String
getId()
Gets the id.String
getLastFailure()
Gets the lastFailure.String
getLastSuccess()
Gets the lastSuccess.String
getName()
Gets the name.String
getType()
Gets the type.String
getUrl()
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
-
-