Class CacheLevelResponseResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.caching_api.v1.model.CacheLevelResponseResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CacheLevelResponseResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
result.
-
-
Constructor Summary
Constructors Constructor Description CacheLevelResponseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the id.String
getModifiedOn()
Gets the modifiedOn.String
getValue()
Gets the value.Boolean
isEditable()
Gets the editable.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. cache level.- Returns:
- the id
-
getValue
public String getValue()
Gets the value. cache level.- Returns:
- the value
-
isEditable
public Boolean isEditable()
Gets the editable. editable value.- Returns:
- the editable
-
getModifiedOn
public String getModifiedOn()
Gets the modifiedOn. modified date.- Returns:
- the modifiedOn
-
-