Class AsyncOperationResultInner


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

      • AsyncOperationResultInner

        public AsyncOperationResultInner()
    • Method Detail

      • 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 ErrorMesssage error()
        Get the error property: Error message containing code, description and details.
        Returns:
        the error value.
      • withError

        public AsyncOperationResultInner withError​(ErrorMesssage 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.