Class GetAlertPolicyOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.alerts.v1.model.GetAlertPolicyOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetAlertPolicyOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getAlertPolicy options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetAlertPolicyOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAlertPolicyOptions.BuildernewBuilder()New builder.StringpolicyId()Gets the policyId.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetAlertPolicyOptions.Builder newBuilder() New builder.- Returns:
- a GetAlertPolicyOptions builder
 
 - 
policyIdpublic String policyId() Gets the policyId. Alert policy identifier.- Returns:
- the policyId
 
 
- 
 
-