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 Summary
Constructors Constructor Description AlertSuccessResp()
-
Method Summary
All 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
-
isSuccess
public Boolean isSuccess()
Gets the success. Was operation successful.- Returns:
- the success
-
getErrors
public List<AlertSuccessRespErrorsItem> getErrors()
Gets the errors. Array of errors encountered.- Returns:
- the errors
-
getMessages
public List<AlertSuccessRespMessagesItem> getMessages()
Gets the messages. Array of messages returned.- Returns:
- the messages
-
getResult
public AlertSuccessRespResult getResult()
Gets the result. Container for response information.- Returns:
- the result
-
-