QuickAssessment Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.models.QuickAssessment

Implements

public final class QuickAssessment
implements JsonSerializable<QuickAssessment>

A class represent the quick assessment.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Quick assessment display name.

String displayName()

Get the displayName property: Quick assessment display name.

static QuickAssessment fromJson(JsonReader jsonReader)

Reads an instance of QuickAssessment from the JsonReader.

String remediationLink()

Get the remediationLink property: Link to remediation steps for this quick assessment.

String resourceId()

Get the resourceId property: Resource id.

ResourceStatus resourceStatus()

Get the resourceStatus property: Quick assessment status.

String responsibilityId()

Get the responsibilityId property: Responsibility id.

OffsetDateTime timestamp()

Get the timestamp property: The timestamp of resource creation (UTC).

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

description

public String description()

Get the description property: Quick assessment display name.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Quick assessment display name.

Returns:

the displayName value.

fromJson

public static QuickAssessment fromJson(JsonReader jsonReader)

Reads an instance of QuickAssessment from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

remediationLink

public String remediationLink()

Get the remediationLink property: Link to remediation steps for this quick assessment.

Returns:

the remediationLink value.

resourceId

public String resourceId()

Get the resourceId property: Resource id.

Returns:

the resourceId value.

resourceStatus

public ResourceStatus resourceStatus()

Get the resourceStatus property: Quick assessment status.

Returns:

the resourceStatus value.

responsibilityId

public String responsibilityId()

Get the responsibilityId property: Responsibility id.

Returns:

the responsibilityId value.

timestamp

public OffsetDateTime timestamp()

Get the timestamp property: The timestamp of resource creation (UTC).

Returns:

the timestamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to