public class Cookie extends KeyAndValue
Constructor and Description |
---|
Cookie(NottableString name,
NottableString value) |
Cookie(NottableString name,
String value) |
Cookie(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
static Cookie |
cookie(NottableString name,
NottableString value) |
static Cookie |
cookie(NottableString name,
String value) |
static Cookie |
cookie(String name,
String value) |
static Cookie |
optionalCookie(String name,
NottableString value) |
static Cookie |
optionalCookie(String name,
String value) |
static Cookie |
schemaCookie(String name,
String value) |
equals, getName, getValue, hashCode
toString
fieldsExcludedFromEqualsAndHashCode
public Cookie(NottableString name, NottableString value)
public Cookie(NottableString name, String value)
public static Cookie cookie(NottableString name, NottableString value)
public static Cookie cookie(NottableString name, String value)
public static Cookie optionalCookie(String name, NottableString value)
Copyright © 2022. All rights reserved.