public class AffectedCookie extends Object
| Constructor and Description |
|---|
AffectedCookie() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
String |
getName()
The following three properties uniquely identify a cookie
|
String |
getPath() |
void |
setDomain(String domain) |
void |
setName(String name)
The following three properties uniquely identify a cookie
|
void |
setPath(String path) |
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getDomain()
public void setDomain(String domain)
Copyright © 2021 Kenan Klisura. All rights reserved.