public class ReportingConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportingConfiguration.Level
Specifies the failure level for the report.
|
| Constructor and Description |
|---|
ReportingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Boolean |
getEnabled()
Specifies whether the report may be produced during the scan.
|
ReportingConfiguration.Level |
getLevel()
Specifies the failure level for the report.
|
PropertyBag |
getParameters()
Key/value pairs that provide additional information about the object.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Double |
getRank()
Specifies the relative priority of the report.
|
int |
hashCode() |
void |
setEnabled(Boolean enabled)
Specifies whether the report may be produced during the scan.
|
void |
setLevel(ReportingConfiguration.Level level)
Specifies the failure level for the report.
|
void |
setParameters(PropertyBag parameters)
Key/value pairs that provide additional information about the object.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setRank(Double rank)
Specifies the relative priority of the report.
|
String |
toString() |
ReportingConfiguration |
withEnabled(Boolean enabled) |
ReportingConfiguration |
withLevel(ReportingConfiguration.Level level) |
ReportingConfiguration |
withParameters(PropertyBag parameters) |
ReportingConfiguration |
withProperties(PropertyBag properties) |
ReportingConfiguration |
withRank(Double rank) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public ReportingConfiguration withEnabled(Boolean enabled)
public ReportingConfiguration.Level getLevel()
public void setLevel(ReportingConfiguration.Level level)
public ReportingConfiguration withLevel(ReportingConfiguration.Level level)
public Double getRank()
public void setRank(Double rank)
public ReportingConfiguration withRank(Double rank)
public PropertyBag getParameters()
public void setParameters(PropertyBag parameters)
public ReportingConfiguration withParameters(PropertyBag parameters)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ReportingConfiguration withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.