public class HarCookie extends Object
| Constructor and Description |
|---|
HarCookie(String name,
String value,
String path,
String domain,
String expries,
boolean httpOnly,
boolean secure,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment() |
String |
getDomain() |
String |
getExpries() |
String |
getName() |
String |
getPath() |
String |
getValue() |
int |
hashCode() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setExpries(String expries) |
void |
setHttpOnly(boolean httpOnly) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
void |
setValue(String value) |
String |
toString() |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getPath()
public void setPath(String path)
public String getDomain()
public void setDomain(String domain)
public String getExpries()
public void setExpries(String expries)
public boolean isHttpOnly()
public void setHttpOnly(boolean httpOnly)
public boolean isSecure()
public void setSecure(boolean secure)
public String getComment()
public void setComment(String comment)
Copyright © 2019. All rights reserved.