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 Summary
Constructors Constructor Description SecurityLevelSettingResp()
-
Method Summary
All 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
-
getResult
public SecurityLevelSettingRespResult getResult()
Gets the result. result object.- Returns:
- the result
-
getResultInfo
public ResultInfo getResultInfo()
Gets the resultInfo. result information.- Returns:
- the resultInfo
-
isSuccess
public Boolean isSuccess()
Gets the success. success response.- Returns:
- the success
-
getErrors
public List<List<String>> getErrors()
Gets the errors. array of errors.- Returns:
- the errors
-
getMessages
public List<SecurityLevelSettingRespMessagesItem> getMessages()
Gets the messages. array of messages.- Returns:
- the messages
-
-