Class WafResponseResult
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.waf_api.v1.model.WafResponseResult
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class WafResponseResult extends com.ibm.cloud.sdk.core.service.model.GenericModelresult.
- 
- 
Constructor SummaryConstructors Constructor Description WafResponseResult()
 - 
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. id.- 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
 
 
- 
 
-