Class GetAlertPolicyRespResultMechanisms
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.alerts.v1.model.GetAlertPolicyRespResultMechanisms
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAlertPolicyRespResultMechanisms extends com.ibm.cloud.sdk.core.service.model.GenericModel
Delivery mechanisms for the alert, can include an email, a webhook, or both.
-
-
Constructor Summary
Constructors Constructor Description GetAlertPolicyRespResultMechanisms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetAlertPolicyRespResultMechanismsEmailItem>
getEmail()
Gets the email.List<GetAlertPolicyRespResultMechanismsWebhooksItem>
getWebhooks()
Gets the webhooks.
-
-
-
Method Detail
-
getEmail
public List<GetAlertPolicyRespResultMechanismsEmailItem> getEmail()
Gets the email.- Returns:
- the email
-
getWebhooks
public List<GetAlertPolicyRespResultMechanismsWebhooksItem> getWebhooks()
Gets the webhooks.- Returns:
- the webhooks
-
-