DownloadResponseCompliancePdfReport Class

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

Implements

public final class DownloadResponseCompliancePdfReport
implements JsonSerializable<DownloadResponseCompliancePdfReport>

Compliance pdf report.

Method Summary

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

Reads an instance of DownloadResponseCompliancePdfReport from the JsonReader.

String sasUri()

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

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static DownloadResponseCompliancePdfReport fromJson(JsonReader jsonReader)

Reads an instance of DownloadResponseCompliancePdfReport from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

sasUri

public String sasUri()

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

Returns:

the sasUri value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to