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.Object
Session namespace.
-
-
Constructor Summary
Constructors Constructor Description Session()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.time.Duration
getMaxInactiveInterval()
int
hashCode()
void
setMaxInactiveInterval(java.time.Duration maxInactiveInterval)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-