Constructor and Description |
---|
Cookie() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDomain() |
Boolean |
getHttpOnly() |
Duration |
getMaxAge() |
String |
getName() |
String |
getPath() |
Boolean |
getSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setHttpOnly(Boolean httpOnly) |
void |
setMaxAge(Duration maxAge) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSecure(Boolean secure) |
public String getName()
public void setName(String name)
public String getDomain()
public void setDomain(String domain)
public String getPath()
public void setPath(String path)
public String getComment()
public void setComment(String comment)
public Boolean getHttpOnly()
public void setHttpOnly(Boolean httpOnly)
public Boolean getSecure()
public void setSecure(Boolean secure)
public Duration getMaxAge()
public void setMaxAge(Duration maxAge)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.