AssessmentStatusResponse Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AssessmentStatus - com.
azure. resourcemanager. security. models. AssessmentStatusResponse
- com.
- com.
public final class AssessmentStatusResponse
extends AssessmentStatus
The result of the assessment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
firstEvaluationDate()
Get the first |
|
static
Assessment |
fromJson(JsonReader jsonReader)
Reads an instance of Assessment |
|
Offset |
statusChangeDate()
Get the status |
|
Json |
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:
fromJson
public static AssessmentStatusResponse fromJson(JsonReader jsonReader)
Reads an instance of AssessmentStatusResponse from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AssessmentStatusResponse.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AssessmentStatusResponse.validate()