Class GetAlertPolicyResp
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.alerts.v1.model.GetAlertPolicyResp
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAlertPolicyResp extends com.ibm.cloud.sdk.core.service.model.GenericModelGet Alert Policies Response.
-
-
Constructor Summary
Constructors Constructor Description GetAlertPolicyResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetAlertPolicyRespErrorsItem>getErrors()Gets the errors.List<GetAlertPolicyRespMessagesItem>getMessages()Gets the messages.GetAlertPolicyRespResultgetResult()Gets the result.BooleanisSuccess()Gets the success.
-
-
-
Method Detail
-
isSuccess
public Boolean isSuccess()
Gets the success. Was operation successful.- Returns:
- the success
-
getErrors
public List<GetAlertPolicyRespErrorsItem> getErrors()
Gets the errors. Array of errors encountered.- Returns:
- the errors
-
getMessages
public List<GetAlertPolicyRespMessagesItem> getMessages()
Gets the messages. Array of messages returned.- Returns:
- the messages
-
getResult
public GetAlertPolicyRespResult getResult()
Gets the result. Container for response information.- Returns:
- the result
-
-