DownloadResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.DownloadResponseInner

Implements

public final class DownloadResponseInner
implements JsonSerializable<DownloadResponseInner>

Object that includes all the possible response for the download operation.

Method Summary

Modifier and Type Method and Description
DownloadResponseComplianceDetailedPdfReport complianceDetailedPdfReport()

Get the complianceDetailedPdfReport property: The detailed compliance pdf report.

DownloadResponseCompliancePdfReport compliancePdfReport()

Get the compliancePdfReport property: Compliance pdf report.

List<ComplianceReportItem> complianceReport()

Get the complianceReport property: List of the compliance result.

static DownloadResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DownloadResponseInner from the JsonReader.

List<ResourceItem> resourceList()

Get the resourceList property: Resource list of the report.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

complianceDetailedPdfReport

public DownloadResponseComplianceDetailedPdfReport complianceDetailedPdfReport()

Get the complianceDetailedPdfReport property: The detailed compliance pdf report.

Returns:

the complianceDetailedPdfReport value.

compliancePdfReport

public DownloadResponseCompliancePdfReport compliancePdfReport()

Get the compliancePdfReport property: Compliance pdf report.

Returns:

the compliancePdfReport value.

complianceReport

public List<ComplianceReportItem> complianceReport()

Get the complianceReport property: List of the compliance result.

Returns:

the complianceReport value.

fromJson

public static DownloadResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DownloadResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

resourceList

public List<ResourceItem> resourceList()

Get the resourceList property: Resource list of the report.

Returns:

the resourceList value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to