public class SetCookieRequestEntry extends Object implements IModel, Serializable
| Constructor and Description |
|---|
SetCookieRequestEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SetCookieRequestEntry |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
void |
setValue(String value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SetCookieRequestEntry |
withKey(String key) |
SetCookieRequestEntry |
withValue(String value) |
public String getKey()
public void setKey(String key)
public SetCookieRequestEntry withKey(String key)
public String getValue()
public void setValue(String value)
public SetCookieRequestEntry withValue(String value)
public static SetCookieRequestEntry fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.