public class SecurityScanRequestResult extends java.lang.Object implements SecurityResult
A SecurityScan result represents result of one request (modified by a security scan and run)
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
TYPE |
| Constructor and description |
|---|
SecurityScanRequestResult(SecurityScan securityCheck) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
addMessage(SecurityScanResultMessage message) |
|
public StringToStringMap |
changedParameters() |
|
public void |
discard()Can discard any result data that may be taking up memory. |
|
public ActionList |
getActions()Returns a list of actions that can be applied to this result |
|
public java.lang.String |
getChangedParamsInfo(int requestCount) |
|
public java.lang.String |
getChangedParamsString() |
|
public SecurityResult.ResultStatus |
getExecutionProgressStatus() |
|
public SecurityResult.ResultStatus |
getLogIconStatus() |
|
public MessageExchange |
getMessageExchange() |
|
public SecurityScanResultMessage[] |
getMessages() |
|
public java.lang.String |
getResultType() |
|
public SecurityScan |
getSecurityScan() |
|
public long |
getSize()Used for calculating the output |
|
public SecurityResult.ResultStatus |
getStatus() |
|
public long |
getTimeStamp() |
|
public long |
getTimeTaken() |
|
public boolean |
isDiscarded() |
|
public void |
release() |
|
public void |
setMessageExchange(MessageExchange messageExchange) |
|
public void |
setStatus(SecurityResult.ResultStatus status) |
|
public void |
setTimeTaken(long timeTaken) |
|
public void |
startTimer() |
|
public void |
stopTimer() |
|
public void |
writeTo(java.io.PrintWriter writer)Writes this result to the specified writer, used for logging. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Can discard any result data that may be taking up memory. Timing-values must not be discarded.
Returns a list of actions that can be applied to this result
Used for calculating the output
Writes this result to the specified writer, used for logging.
ReadyAPI functional (soapui) SDK 3.65.0