| 构造器和说明 |
|---|
CookieData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDomain() |
long |
getExpires() |
boolean |
getHttpOnly() |
String |
getName() |
com.fasterxml.jackson.databind.JsonNode |
getPartitionKey() |
boolean |
getPartitionKeyOpaque() |
String |
getPath() |
CookiePriority |
getPriority() |
boolean |
getSameParty() |
CookieSameSite |
getSameSite() |
boolean |
getSecure() |
CookieSourceScheme |
getSourceScheme() |
String |
getValue() |
void |
setDomain(String domain) |
void |
setExpires(long expires) |
void |
setHttpOnly(boolean httpOnly) |
void |
setName(String name) |
void |
setPartitionKey(com.fasterxml.jackson.databind.JsonNode partitionKey) |
void |
setPartitionKeyOpaque(boolean partitionKeyOpaque) |
void |
setPath(String path) |
void |
setPriority(CookiePriority priority) |
void |
setSameParty(boolean sameParty) |
void |
setSameSite(CookieSameSite sameSite) |
void |
setSecure(boolean secure) |
void |
setSourceScheme(CookieSourceScheme sourceScheme) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getDomain()
public void setDomain(String domain)
public String getPath()
public void setPath(String path)
public long getExpires()
public void setExpires(long expires)
public boolean getHttpOnly()
public void setHttpOnly(boolean httpOnly)
public boolean getSecure()
public void setSecure(boolean secure)
public CookieSameSite getSameSite()
public void setSameSite(CookieSameSite sameSite)
public CookiePriority getPriority()
public void setPriority(CookiePriority priority)
public boolean getSameParty()
public void setSameParty(boolean sameParty)
public CookieSourceScheme getSourceScheme()
public void setSourceScheme(CookieSourceScheme sourceScheme)
public com.fasterxml.jackson.databind.JsonNode getPartitionKey()
public void setPartitionKey(com.fasterxml.jackson.databind.JsonNode partitionKey)
public boolean getPartitionKeyOpaque()
public void setPartitionKeyOpaque(boolean partitionKeyOpaque)
Copyright © 2020–2025. All rights reserved.