Class DownloadUrlInner
java.lang.Object
com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner
The URL to download the generated report.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the downloadUrl property: The URL to download the generated report.Get the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g.void
validate()
Validates the instance.Get the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.withDownloadUrl
(String downloadUrl) Set the downloadUrl property: The URL to download the generated report.withValidTill
(OffsetDateTime validTill) Set the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.
-
Constructor Details
-
DownloadUrlInner
public DownloadUrlInner()Creates an instance of DownloadUrlInner class.
-
-
Method Details
-
expiryTime
Get the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.- Returns:
- the expiryTime value.
-
validTill
Get the validTill property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.- Returns:
- the validTill value.
-
withValidTill
Set the validTill property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.- Parameters:
validTill
- the validTill value to set.- Returns:
- the DownloadUrlInner object itself.
-
downloadUrl
Get the downloadUrl property: The URL to download the generated report.- Returns:
- the downloadUrl value.
-
withDownloadUrl
Set the downloadUrl property: The URL to download the generated report.- Parameters:
downloadUrl
- the downloadUrl value to set.- Returns:
- the DownloadUrlInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-