Baseline Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.Baseline

public final class Baseline

Baseline details.

Constructor Summary

Constructor Description
Baseline()

Creates an instance of Baseline class.

Method Summary

Modifier and Type Method and Description
List<List<String>> expectedResults()

Get the expectedResults property: Expected results.

OffsetDateTime updatedTime()

Get the updatedTime property: Baseline update time (UTC).

void validate()

Validates the instance.

Baseline withExpectedResults(List<List<String>> expectedResults)

Set the expectedResults property: Expected results.

Baseline withUpdatedTime(OffsetDateTime updatedTime)

Set the updatedTime property: Baseline update time (UTC).

Methods inherited from java.lang.Object

Constructor Details

Baseline

public Baseline()

Creates an instance of Baseline class.

Method Details

expectedResults

public List<>> expectedResults()

Get the expectedResults property: Expected results.

Returns:

the expectedResults value.

updatedTime

public OffsetDateTime updatedTime()

Get the updatedTime property: Baseline update time (UTC).

Returns:

the updatedTime value.

validate

public void validate()

Validates the instance.

withExpectedResults

public Baseline withExpectedResults(List<>> expectedResults)

Set the expectedResults property: Expected results.

Parameters:

expectedResults - the expectedResults value to set.

Returns:

the Baseline object itself.

withUpdatedTime

public Baseline withUpdatedTime(OffsetDateTime updatedTime)

Set the updatedTime property: Baseline update time (UTC).

Parameters:

updatedTime - the updatedTime value to set.

Returns:

the Baseline object itself.

Applies to