AssessmentStatusResponse Class

public final class AssessmentStatusResponse
extends AssessmentStatus

The result of the assessment.

Method Summary

Modifier and Type Method and Description
OffsetDateTime firstEvaluationDate()

Get the firstEvaluationDate property: The time that the assessment was created and first evaluated.

static AssessmentStatusResponse fromJson(JsonReader jsonReader)

Reads an instance of AssessmentStatusResponse from the JsonReader.

OffsetDateTime statusChangeDate()

Get the statusChangeDate property: The time that the status of the assessment last changed.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from AssessmentStatus

Methods inherited from java.lang.Object

Method Details

firstEvaluationDate

public OffsetDateTime firstEvaluationDate()

Get the firstEvaluationDate property: The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format.

Returns:

the firstEvaluationDate value.

fromJson

public static AssessmentStatusResponse fromJson(JsonReader jsonReader)

Reads an instance of AssessmentStatusResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

statusChangeDate

public OffsetDateTime statusChangeDate()

Get the statusChangeDate property: The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format.

Returns:

the statusChangeDate value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AssessmentStatusResponse.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

AssessmentStatusResponse.validate()

Applies to