Package de.otto.jlineup.config
Class Cookie
java.lang.Object
de.otto.jlineup.config.Cookie
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Cookie.Builderstatic Cookie.BuildercopyOfBuilder(Cookie copy) booleangetName()getPath()getValue()inthashCode()booleanbooleanisSecure()toString()
-
Field Details
-
COOKIE_TIME_FORMAT
- See Also:
-
name
-
value
-
domain
-
path
-
expiry
-
secure
public final boolean secure -
showInReport
-
screenshotContextGiving
public final boolean screenshotContextGiving
-
-
Constructor Details
-
Cookie
-
Cookie
-
-
Method Details
-
cookieBuilder
-
copyOfBuilder
-
getName
-
getValue
-
getDomain
-
getPath
-
getExpiry
-
isSecure
public boolean isSecure() -
getShowInReport
-
isScreenshotContextGiving
public boolean isScreenshotContextGiving() -
toString
-
equals
-
hashCode
public int hashCode()
-