Class RichfacesProperties.Push.Session
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
 
- 
- Enclosing class:
 - RichfacesProperties.Push
 
public static class RichfacesProperties.Push.Session extends java.lang.ObjectSession namespace. 
- 
- 
Constructor Summary
Constructors Constructor Description Session() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.time.DurationgetMaxInactiveInterval()inthashCode()voidsetMaxInactiveInterval(java.time.Duration maxInactiveInterval)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getMaxInactiveInterval
public java.time.Duration getMaxInactiveInterval()
 
- 
setMaxInactiveInterval
public void setMaxInactiveInterval(java.time.Duration maxInactiveInterval)
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -