java.lang.Object
com.azure.resourcemanager.costmanagement.models.Status

public final class Status extends Object
The status of the long running operation.
  • Constructor Details

    • Status

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

    • status

      public ReportOperationStatusType status()
      Get the status property: The status of the long running operation.
      Returns:
      the status value.
    • withStatus

      public Status withStatus(ReportOperationStatusType status)
      Set the status property: The status of the long running operation.
      Parameters:
      status - the status value to set.
      Returns:
      the Status object itself.
    • validate

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