Class SecurityLevelSettingResp
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.firewall_api.v1.model.SecurityLevelSettingResp
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class SecurityLevelSettingResp extends com.ibm.cloud.sdk.core.service.model.GenericModelsecurity level setting response.
- 
- 
Constructor SummaryConstructors Constructor Description SecurityLevelSettingResp()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getErrors()Gets the errors.List<SecurityLevelSettingRespMessagesItem>getMessages()Gets the messages.SecurityLevelSettingRespResultgetResult()Gets the result.ResultInfogetResultInfo()Gets the resultInfo.BooleanisSuccess()Gets the success.
 
- 
- 
- 
Method Detail- 
getResultpublic SecurityLevelSettingRespResult getResult() Gets the result. result object.- Returns:
- the result
 
 - 
getResultInfopublic ResultInfo getResultInfo() Gets the resultInfo. result information.- Returns:
- the resultInfo
 
 - 
isSuccesspublic Boolean isSuccess() Gets the success. success response.- Returns:
- the success
 
 - 
getErrorspublic List<List<String>> getErrors() Gets the errors. array of errors.- Returns:
- the errors
 
 - 
getMessagespublic List<SecurityLevelSettingRespMessagesItem> getMessages() Gets the messages. array of messages.- Returns:
- the messages
 
 
- 
 
-