SubAssessmentStatus Class

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

public final class SubAssessmentStatus

Status of the sub-assessment.

Constructor Summary

Constructor Description
SubAssessmentStatus()

Creates an instance of SubAssessmentStatus class.

Method Summary

Modifier and Type Method and Description
String cause()

Get the cause property: Programmatic code for the cause of the assessment status.

SubAssessmentStatusCode 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.

Severity severity()

Get the severity property: The sub-assessment severity level.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SubAssessmentStatus

public SubAssessmentStatus()

Creates an instance of SubAssessmentStatus class.

Method Details

cause

public String cause()

Get the cause property: Programmatic code for the cause of the assessment status.

Returns:

the cause value.

code

public SubAssessmentStatusCode code()

Get the code property: Programmatic code for the status of the assessment.

Returns:

the code value.

description

public String description()

Get the description property: Human readable description of the assessment status.

Returns:

the description value.

severity

public Severity severity()

Get the severity property: The sub-assessment severity level.

Returns:

the severity value.

validate

public void validate()

Validates the instance.

Applies to