java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.AsyncOperationResultInner

public final class AsyncOperationResultInner extends Object
Result of a long running operation.
  • Constructor Details

    • AsyncOperationResultInner

      public AsyncOperationResultInner()
  • Method Details

    • status

      public String status()
      Get the status property: current status of a long running operation.
      Returns:
      the status value.
    • withStatus

      public AsyncOperationResultInner withStatus(String status)
      Set the status property: current status of a long running operation.
      Parameters:
      status - the status value to set.
      Returns:
      the AsyncOperationResultInner object itself.
    • error

      public ErrorMessage error()
      Get the error property: Error message containing code, description and details.
      Returns:
      the error value.
    • withError

      public AsyncOperationResultInner withError(ErrorMessage error)
      Set the error property: Error message containing code, description and details.
      Parameters:
      error - the error value to set.
      Returns:
      the AsyncOperationResultInner object itself.
    • validate

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