Share via


HealthCheckStatusDetailsProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devcenter.fluent.models.HealthCheckStatusDetailsProperties

Implements

public final class HealthCheckStatusDetailsProperties
implements JsonSerializable<HealthCheckStatusDetailsProperties>

Health Check properties.

Constructor Summary

Constructor Description
HealthCheckStatusDetailsProperties()

Creates an instance of HealthCheckStatusDetailsProperties class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime endDateTime()

Get the endDateTime property: End time of last execution of the health checks.

static HealthCheckStatusDetailsProperties fromJson(JsonReader jsonReader)

Reads an instance of HealthCheckStatusDetailsProperties from the JsonReader.

List<HealthCheck> healthChecks()

Get the healthChecks property: Details for each health check item.

OffsetDateTime startDateTime()

Get the startDateTime property: Start time of last execution of the health checks.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

HealthCheckStatusDetailsProperties

public HealthCheckStatusDetailsProperties()

Creates an instance of HealthCheckStatusDetailsProperties class.

Method Details

endDateTime

public OffsetDateTime endDateTime()

Get the endDateTime property: End time of last execution of the health checks.

Returns:

the endDateTime value.

fromJson

public static HealthCheckStatusDetailsProperties fromJson(JsonReader jsonReader)

Reads an instance of HealthCheckStatusDetailsProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of HealthCheckStatusDetailsProperties 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 HealthCheckStatusDetailsProperties.

healthChecks

public List<HealthCheck> healthChecks()

Get the healthChecks property: Details for each health check item.

Returns:

the healthChecks value.

startDateTime

public OffsetDateTime startDateTime()

Get the startDateTime property: Start time of last execution of the health checks.

Returns:

the startDateTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to