public class EvaluationResult extends Object
Constructor and Description |
---|
EvaluationResult() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigured() |
String |
getFound() |
EvaluationResultValues |
getResult() |
void |
setConfigured(String configured) |
void |
setFound(String found) |
void |
setResult(EvaluationResultValues result) |
public String getConfigured()
public void setConfigured(String configured)
configured
- the configured to setpublic String getFound()
public void setFound(String found)
found
- the found to setpublic EvaluationResultValues getResult()
public void setResult(EvaluationResultValues result)
result
- the result to setCopyright © 2016–2022 Qualys Inc.. All rights reserved.