Class DeleteLockdownResp
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zone_lockdown.v1.model.DeleteLockdownResp
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteLockdownResp extends com.ibm.cloud.sdk.core.service.model.GenericModeldelete lockdown response.
-
-
Constructor Summary
Constructors Constructor Description DeleteLockdownResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getErrors()Gets the errors.List<List<String>>getMessages()Gets the messages.DeleteLockdownRespResultgetResult()Gets the result.BooleanisSuccess()Gets the success.
-
-
-
Method Detail
-
isSuccess
public Boolean isSuccess()
Gets the success. Operation success flag.- Returns:
- the success
-
getErrors
public List<List<String>> getErrors()
Gets the errors. Array of errors encountered.- Returns:
- the errors
-
getMessages
public List<List<String>> getMessages()
Gets the messages. Array of messages returned.- Returns:
- the messages
-
getResult
public DeleteLockdownRespResult getResult()
Gets the result. Container for response information.- Returns:
- the result
-
-