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.GenericModelDelivery mechanisms for the alert, can include an email, a webhook, or both.
- 
- 
Constructor SummaryConstructors Constructor Description GetAlertPolicyRespResultMechanisms()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetAlertPolicyRespResultMechanismsEmailItem>getEmail()Gets the email.List<GetAlertPolicyRespResultMechanismsWebhooksItem>getWebhooks()Gets the webhooks.
 
- 
- 
- 
Method Detail- 
getEmailpublic List<GetAlertPolicyRespResultMechanismsEmailItem> getEmail() Gets the email.- Returns:
- the email
 
 - 
getWebhookspublic List<GetAlertPolicyRespResultMechanismsWebhooksItem> getWebhooks() Gets the webhooks.- Returns:
- the webhooks
 
 
- 
 
-