public static class RegionAttributesType.EntryIdleTime
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="expiration-attributes" type="{http://geode.apache.org/schema/cache}expiration-attributes-type"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExpirationAttributesType |
expirationAttributes |
Constructor and Description |
---|
EntryIdleTime() |
Modifier and Type | Method and Description |
---|---|
ExpirationAttributesType |
getExpirationAttributes()
Gets the value of the expirationAttributes property.
|
void |
setExpirationAttributes(ExpirationAttributesType value)
Sets the value of the expirationAttributes property.
|
protected ExpirationAttributesType expirationAttributes
public ExpirationAttributesType getExpirationAttributes()
ExpirationAttributesType
public void setExpirationAttributes(ExpirationAttributesType value)
value
- allowed object is
ExpirationAttributesType