public class Trace
extends java.lang.Object
| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Application |
getApplication()
Return the Application for this trace
|
Card |
getCard()
Return the card for the trace
|
java.lang.String |
getCategory()
Return the category for this trace
|
java.lang.Long |
getClosedTime()
Return the closed time this Trace was seen
|
java.lang.String |
getConfidence()
Return the confidence rating for this trace
|
java.util.List<TraceEvent> |
getEvents()
The events that make up the vulnerability.
|
java.lang.String |
getEvidence()
Return any arbitrarily-formatted 'evidence' for this trace.
|
java.lang.Long |
getFirstTimeSeen()
Return the First time this Trace was seen
|
java.lang.String |
getHash()
Return the simple, numeric hash of this trace
|
java.lang.String |
getImpact()
Return the impact of this trace
|
java.lang.String |
getLanguage()
Return the language of application this trace was discovered in.
|
java.lang.Long |
getLastTimeSeen()
Return the Last time this Trace was seen
|
java.lang.String |
getLikelihood()
Return the likelihood of this trace
|
java.lang.String |
getParentApplicationId()
Return the parent application id for this trace
|
java.lang.String |
getPlatform()
Return the platform for this trace
|
HttpRequest |
getRequest()
Return the HTTP request that caused this trace to occur.
|
java.lang.String |
getRule()
Return the name of the rule that caused this trace.
|
java.util.List<Server> |
getServers()
Return the list of servers this traces is in
|
java.lang.String |
getSeverity()
Return the overall severity of this trace.
|
java.lang.String |
getStatus()
Return the status of this trace, like "Reported", "Verified", "Suspicious", etc.
|
java.lang.String |
getSubStatus() |
java.lang.String |
getTitle()
Return the title for this vulnerability, e.g.: "XSS on /foo.jsp in 'bar' parameter"
|
java.lang.Long |
getTotalTracesReceived()
Return the total number of traces received for the trace
|
java.util.List<TraceNote> |
getTraceNotes()
Return the notes for the trace
|
java.lang.String |
getUuid()
Return the UUID for this trace.
|
boolean |
getVisible()
Return if the Trace is visible
|
int |
hashCode() |
public java.lang.String getTitle()
public java.lang.String getEvidence()
public java.lang.String getLanguage()
public java.lang.String getStatus()
public java.lang.String getSubStatus()
public java.lang.String getHash()
public java.lang.String getUuid()
public java.lang.String getRule()
public HttpRequest getRequest()
public java.util.List<TraceEvent> getEvents()
public java.lang.String getSeverity()
public java.lang.String getLikelihood()
public java.lang.String getImpact()
public java.lang.String getConfidence()
public java.lang.Long getFirstTimeSeen()
public java.lang.Long getLastTimeSeen()
public Application getApplication()
public java.lang.String getCategory()
public java.lang.Long getClosedTime()
public java.lang.String getParentApplicationId()
public java.lang.String getPlatform()
public java.util.List<Server> getServers()
public java.lang.Long getTotalTracesReceived()
public boolean getVisible()
public java.util.List<TraceNote> getTraceNotes()
public Card getCard()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2021 Contrast Security, Inc.. All rights reserved.