public class Cookie extends KeyAndValue
logger| Constructor and Description |
|---|
Cookie(NottableString name,
NottableString value) |
Cookie(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
cookie(NottableString name,
NottableString value) |
static Cookie |
cookie(String name,
String value) |
getName, getValue, toHashMap, toHashMaptoStringaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic Cookie(NottableString name, NottableString value)
public static Cookie cookie(NottableString name, NottableString value)
Copyright © 2018. All rights reserved.