Class AlertSuccessResp
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.alerts.v1.model.AlertSuccessResp
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AlertSuccessResp extends com.ibm.cloud.sdk.core.service.model.GenericModelAlert Policies Response.
- 
- 
Constructor SummaryConstructors Constructor Description AlertSuccessResp()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AlertSuccessRespErrorsItem>getErrors()Gets the errors.List<AlertSuccessRespMessagesItem>getMessages()Gets the messages.AlertSuccessRespResultgetResult()Gets the result.BooleanisSuccess()Gets the success.
 
- 
- 
- 
Method Detail- 
isSuccesspublic Boolean isSuccess() Gets the success. Was operation successful.- Returns:
- the success
 
 - 
getErrorspublic List<AlertSuccessRespErrorsItem> getErrors() Gets the errors. Array of errors encountered.- Returns:
- the errors
 
 - 
getMessagespublic List<AlertSuccessRespMessagesItem> getMessages() Gets the messages. Array of messages returned.- Returns:
- the messages
 
 - 
getResultpublic AlertSuccessRespResult getResult() Gets the result. Container for response information.- Returns:
- the result
 
 
- 
 
-