SubAssessmentStatus Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. SubAssessmentStatus
- com.
Implements
public final class SubAssessmentStatus
implements JsonSerializable<SubAssessmentStatus>
Status of the sub-assessment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
cause()
Get the cause property: Programmatic code for the cause of the assessment status. |
|
Sub |
code()
Get the code property: Programmatic code for the status of the assessment. |
| String |
description()
Get the description property: Human readable description of the assessment status. |
|
static
Sub |
fromJson(JsonReader jsonReader)
Reads an instance of Sub |
| Severity |
severity()
Get the severity property: The sub-assessment severity level. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
cause
public String cause()
Get the cause property: Programmatic code for the cause of the assessment status.
Returns:
code
public SubAssessmentStatusCode code()
Get the code property: Programmatic code for the status of the assessment.
Returns:
description
public String description()
Get the description property: Human readable description of the assessment status.
Returns:
fromJson
public static SubAssessmentStatus fromJson(JsonReader jsonReader)
Reads an instance of SubAssessmentStatus from the JsonReader.
Parameters:
Returns:
Throws:
severity
public Severity severity()
Get the severity property: The sub-assessment severity level.
Returns:
toJson
validate
public void validate()
Validates the instance.