DownloadResponseComplianceDetailedPdfReport Class

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

Implements

public final class DownloadResponseComplianceDetailedPdfReport
implements JsonSerializable<DownloadResponseComplianceDetailedPdfReport>

The detailed compliance pdf report.

Method Summary

Modifier and Type Method and Description
static DownloadResponseComplianceDetailedPdfReport fromJson(JsonReader jsonReader)

Reads an instance of DownloadResponseComplianceDetailedPdfReport from the JsonReader.

String sasUri()

Get the sasUri property: The uri of detailed compliance pdf report.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static DownloadResponseComplianceDetailedPdfReport fromJson(JsonReader jsonReader)

Reads an instance of DownloadResponseComplianceDetailedPdfReport from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

sasUri

public String sasUri()

Get the sasUri property: The uri of detailed compliance pdf report.

Returns:

the sasUri value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to