Class LockdownResp
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zone_lockdown.v1.model.LockdownResp
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class LockdownResp extends com.ibm.cloud.sdk.core.service.model.GenericModellockdown response.
- 
- 
Constructor SummaryConstructors Constructor Description LockdownResp()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getErrors()Gets the errors.List<List<String>>getMessages()Gets the messages.LockdownObjectgetResult()Gets the result.BooleanisSuccess()Gets the success.
 
- 
- 
- 
Method Detail- 
isSuccesspublic Boolean isSuccess() Gets the success. Was operation successful.- Returns:
- the success
 
 - 
getErrorspublic List<List<String>> getErrors() Gets the errors. Array of errors encountered.- Returns:
- the errors
 
 - 
getMessagespublic List<List<String>> getMessages() Gets the messages. Array of messages returned.- Returns:
- the messages
 
 - 
getResultpublic LockdownObject getResult() Gets the result. lockdown object.- Returns:
- the result
 
 
- 
 
-