AsyncOperationResultInner Class

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

public final class AsyncOperationResultInner

Result of a long running operation.

Constructor Summary

Constructor Description
AsyncOperationResultInner()

Method Summary

Modifier and Type Method and Description
ErrorMesssage error()

Get the error property: Error message containing code, description and details.

String status()

Get the status property: current status of a long running operation.

void validate()

Validates the instance.

AsyncOperationResultInner withError(ErrorMesssage error)

Set the error property: Error message containing code, description and details.

AsyncOperationResultInner withStatus(String status)

Set the status property: current status of a long running operation.

Methods inherited from java.lang.Object

Constructor Details

AsyncOperationResultInner

public AsyncOperationResultInner()

Method Details

error

public ErrorMesssage error()

Get the error property: Error message containing code, description and details.

Returns:

the error value.

status

public String status()

Get the status property: current status of a long running operation.

Returns:

the status value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to