@Entity public class SurfaceLocation extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
HOST_LENGTH |
static int |
PARAMETER_LENGTH |
static int |
PATH_LENGTH |
static int |
QUERY_LENGTH |
static Set<String> |
REQUEST_METHODS |
| Constructor and Description |
|---|
SurfaceLocation() |
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFinding() |
String |
getHost() |
String |
getHttpMethod() |
String |
getHumanLocation() |
String |
getParameter() |
String |
getPath() |
int |
getPort() |
String |
getProtocol() |
String |
getQuery() |
URL |
getUrl() |
void |
setFinding(Finding finding) |
void |
setHost(String host) |
void |
setHttpMethod(String httpMethod) |
void |
setParameter(String parameter) |
void |
setPath(String path) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
void |
setQuery(String query) |
void |
setUrl(URL url)
Sets the url's constituent parts for db stored.
|
String |
toString() |
getId, isNew, setIdpublic static final int HOST_LENGTH
public static final int PARAMETER_LENGTH
public static final int PATH_LENGTH
public static final int QUERY_LENGTH
public Finding getFinding()
public void setFinding(Finding finding)
public String getHost()
public void setHost(String host)
public String getParameter()
public void setParameter(String parameter)
public String getPath()
public void setPath(String path)
public int getPort()
public void setPort(int port)
public String getProtocol()
public void setProtocol(String protocol)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getQuery()
public void setQuery(String query)
public URL getUrl()
public String getHumanLocation()
public void setUrl(URL url)
url - The URL object to store.Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.