public class AzureAsyncOperationResult extends Object
Constructor and Description |
---|
AzureAsyncOperationResult() |
Modifier and Type | Method and Description |
---|---|
Error |
error()
Get the error value.
|
NetworkOperationStatus |
status()
Get the status value.
|
AzureAsyncOperationResult |
withError(Error error)
Set the error value.
|
AzureAsyncOperationResult |
withStatus(NetworkOperationStatus status)
Set the status value.
|
public NetworkOperationStatus status()
public AzureAsyncOperationResult withStatus(NetworkOperationStatus status)
status
- the status value to setpublic Error error()
public AzureAsyncOperationResult withError(Error error)
error
- the error value to setCopyright © 2019. All rights reserved.