Class SecurityLevelSettingRespResult
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.firewall_api.v1.model.SecurityLevelSettingRespResult
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class SecurityLevelSettingRespResult extends com.ibm.cloud.sdk.core.service.model.GenericModelresult object.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceSecurityLevelSettingRespResult.Ididentifier.
 - 
Constructor SummaryConstructors Constructor Description SecurityLevelSettingRespResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the id.StringgetModifiedOn()Gets the modifiedOn.StringgetValue()Gets the value.BooleanisEditable()Gets the editable.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. identifier.- Returns:
- the id
 
 - 
getValuepublic String getValue() Gets the value. value.- Returns:
- the value
 
 - 
isEditablepublic Boolean isEditable() Gets the editable. editable.- Returns:
- the editable
 
 - 
getModifiedOnpublic String getModifiedOn() Gets the modifiedOn. modified date.- Returns:
- the modifiedOn
 
 
- 
 
-