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 Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityLevelSettingRespResult.Ididentifier.
-
Constructor Summary
Constructors Constructor Description SecurityLevelSettingRespResult()
-
Method Summary
All 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
-
getId
public String getId()
Gets the id. identifier.- Returns:
- the id
-
getValue
public String getValue()
Gets the value. value.- Returns:
- the value
-
isEditable
public Boolean isEditable()
Gets the editable. editable.- Returns:
- the editable
-
getModifiedOn
public String getModifiedOn()
Gets the modifiedOn. modified date.- Returns:
- the modifiedOn
-
-