BaselineAdjustedResult Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. BaselineAdjustedResult
- com.
Implements
public final class BaselineAdjustedResult
implements JsonSerializable<BaselineAdjustedResult>
The rule result adjusted with baseline.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Baseline |
baseline()
Get the baseline property: Baseline details. |
|
static
Baseline |
fromJson(JsonReader jsonReader)
Reads an instance of Baseline |
| List<List<String>> |
resultsNotInBaseline()
Get the results |
| List<List<String>> |
resultsOnlyInBaseline()
Get the results |
|
Rule |
status()
Get the status property: The rule result status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
baseline
public Baseline baseline()
Get the baseline property: Baseline details.
Returns:
fromJson
public static BaselineAdjustedResult fromJson(JsonReader jsonReader)
Reads an instance of BaselineAdjustedResult from the JsonReader.
Parameters:
Returns:
Throws:
resultsNotInBaseline
public List<List<String>> resultsNotInBaseline()
Get the resultsNotInBaseline property: Results that are not in the baseline.
Returns:
resultsOnlyInBaseline
public List<List<String>> resultsOnlyInBaseline()
Get the resultsOnlyInBaseline property: Results that are in the baseline.
Returns:
status
public RuleStatus status()
Get the status property: The rule result status.
Returns:
toJson
validate
public void validate()
Validates the instance.