DownloadResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. DownloadResponseInner
- com.
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 |
|---|---|
|
Download |
complianceDetailedPdfReport()
Get the compliance |
|
Download |
compliancePdfReport()
Get the compliance |
|
List<Compliance |
complianceReport()
Get the compliance |
|
static
Download |
fromJson(JsonReader jsonReader)
Reads an instance of Download |
|
List<Resource |
resourceList()
Get the resource |
|
Json |
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:
compliancePdfReport
public DownloadResponseCompliancePdfReport compliancePdfReport()
Get the compliancePdfReport property: Compliance pdf report.
Returns:
complianceReport
public List<ComplianceReportItem> complianceReport()
Get the complianceReport property: List of the compliance result.
Returns:
fromJson
public static DownloadResponseInner fromJson(JsonReader jsonReader)
Reads an instance of DownloadResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceList
public List<ResourceItem> resourceList()
Get the resourceList property: Resource list of the report.
Returns: