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 Details

  • Constructor Details

    • ExpirationAttributesDetail

      public ExpirationAttributesDetail()
  • Method Details

    • getCustomExpiry

      public DeclarableType getCustomExpiry()
      Gets the value of the customExpiry property. possible object is DeclarableType
      Returns:
      the value of the customExpiry property
    • setCustomExpiry

      public void setCustomExpiry(DeclarableType value)
      Sets the value of the customExpiry property. allowed object is DeclarableType
      Parameters:
      value - the value of the customExpiry property
    • getAction

      public String getAction()
      Gets the value of the action property. possible object is String
      Returns:
      the value of the action property
    • setAction

      public void setAction(String value)
      Sets the value of the action property. allowed object is String
      Parameters:
      value - the value of the action property
    • getTimeout

      public String getTimeout()
      Gets the value of the timeout property. possible object is String
      Returns:
      the value of the timeout property
    • setTimeout

      public void setTimeout(String value)
      Sets the value of the timeout property. allowed object is String
      Parameters:
      value - the value of the timeout property