Package jp.vmi.selenium.selenese.log
Class CookieValue
- java.lang.Object
-
- jp.vmi.selenium.selenese.log.CookieValue
-
public class CookieValue extends Object
Value of Cookie.
-
-
Constructor Summary
Constructors Constructor Description CookieValue(CookieKey key, String value, Date expiry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsWithoutExpiry(CookieValue other)StringtoString()
-
-
-
Method Detail
-
equalsWithoutExpiry
public boolean equalsWithoutExpiry(CookieValue other)
-
-