Class GenerateDetailedCostReportOperationResultInner

java.lang.Object
com.azure.resourcemanager.costmanagement.fluent.models.GenerateDetailedCostReportOperationResultInner

public final class GenerateDetailedCostReportOperationResultInner extends Object
The result of the long running operation for cost detailed report.
  • Constructor Details

    • GenerateDetailedCostReportOperationResultInner

      public GenerateDetailedCostReportOperationResultInner()
      Creates an instance of GenerateDetailedCostReportOperationResultInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The ARM resource id of the long running operation.
      Returns:
      the id value.
    • withId

      Set the id property: The ARM resource id of the long running operation.
      Parameters:
      id - the id value to set.
      Returns:
      the GenerateDetailedCostReportOperationResultInner object itself.
    • name

      public String name()
      Get the name property: The name of the long running operation.
      Returns:
      the name value.
    • withName

      Set the name property: The name of the long running operation.
      Parameters:
      name - the name value to set.
      Returns:
      the GenerateDetailedCostReportOperationResultInner object itself.
    • type

      public String type()
      Get the type property: The type of the long running operation.
      Returns:
      the type value.
    • withType

      Set the type property: The type of the long running operation.
      Parameters:
      type - the type value to set.
      Returns:
      the GenerateDetailedCostReportOperationResultInner object itself.
    • expiryTime

      public OffsetDateTime 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

      public OffsetDateTime 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 GenerateDetailedCostReportOperationResultInner object itself.
    • downloadUrl

      public String downloadUrl()
      Get the downloadUrl property: The URL to download the generated report.
      Returns:
      the downloadUrl value.
    • withDownloadUrl

      public GenerateDetailedCostReportOperationResultInner withDownloadUrl(String downloadUrl)
      Set the downloadUrl property: The URL to download the generated report.
      Parameters:
      downloadUrl - the downloadUrl value to set.
      Returns:
      the GenerateDetailedCostReportOperationResultInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.