Baseline Class

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

Implements

public final class Baseline
implements JsonSerializable<Baseline>

Baseline details.

Method Summary

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

Get the expectedResults property: Expected results.

static Baseline fromJson(JsonReader jsonReader)

Reads an instance of Baseline from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
OffsetDateTime updatedTime()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

expectedResults

public List<List<String>> expectedResults()

Get the expectedResults property: Expected results.

Returns:

the expectedResults value.

fromJson

public static Baseline fromJson(JsonReader jsonReader)

Reads an instance of Baseline from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of Baseline if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the Baseline.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

updatedTime

public OffsetDateTime updatedTime()

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

Returns:

the updatedTime value.

validate

public void validate()

Validates the instance.

Applies to