Package com.intuit.karate.http
Class Session
- java.lang.Object
-
- com.intuit.karate.http.Session
-
public class Session extends Object
- Author:
- pthomas3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sessioncopy()longgetCreated()Map<String,Object>getData()longgetExpires()StringgetId()longgetUpdated()booleanisTemporary()voidsetExpires(long expires)voidsetUpdated(long updated)StringtoString()
-
-
-
Field Detail
-
TEMPORARY
public static final Session TEMPORARY
-
-
Method Detail
-
isTemporary
public boolean isTemporary()
-
copy
public Session copy()
-
setUpdated
public void setUpdated(long updated)
-
setExpires
public void setExpires(long expires)
-
getId
public String getId()
-
getCreated
public long getCreated()
-
getUpdated
public long getUpdated()
-
getExpires
public long getExpires()
-
-