Class RegionAttributesType.ExpirationAttributesDetail
java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.ExpirationAttributesDetail
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegionAttributesType
@Experimental
public static class RegionAttributesType.ExpirationAttributesDetail
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the customExpiry property.Gets the value of the timeout property.voidSets the value of the action property.voidsetCustomExpiry(DeclarableType value) Sets the value of the customExpiry property.voidsetTimeout(String value) Sets the value of the timeout property.
-
Field Details
-
customExpiry
-
action
-
timeout
-
-
Constructor Details
-
ExpirationAttributesDetail
public ExpirationAttributesDetail()
-
-
Method Details
-
getCustomExpiry
Gets the value of the customExpiry property. possible object isDeclarableType- Returns:
- the value of the customExpiry property
-
setCustomExpiry
Sets the value of the customExpiry property. allowed object isDeclarableType- Parameters:
value- the value of the customExpiry property
-
getAction
Gets the value of the action property. possible object isString- Returns:
- the value of the action property
-
setAction
Sets the value of the action property. allowed object isString- Parameters:
value- the value of the action property
-
getTimeout
Gets the value of the timeout property. possible object isString- Returns:
- the value of the timeout property
-
setTimeout
Sets the value of the timeout property. allowed object isString- Parameters:
value- the value of the timeout property
-