Class BrowserTTLResponseResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.caching_api.v1.model.BrowserTTLResponseResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BrowserTTLResponseResult extends com.ibm.cloud.sdk.core.service.model.GenericModelresult object.
-
-
Constructor Summary
Constructors Constructor Description BrowserTTLResponseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the id.StringgetModifiedOn()Gets the modifiedOn.LonggetValue()Gets the value.BooleanisEditable()Gets the editable.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. ttl type.- Returns:
- the id
-
getValue
public Long getValue()
Gets the value. ttl 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
-
-