AsyncOperationResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. AsyncOperationResultInner
- com.
Implements
public final class AsyncOperationResultInner
implements JsonSerializable<AsyncOperationResultInner>
Result of a long running operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Error |
error()
Get the error property: Error message containing code, description and details. |
|
static
Async |
fromJson(JsonReader jsonReader)
Reads an instance of Async |
| String |
status()
Get the status property: current status of a long running operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
error
public ErrorMessage error()
Get the error property: Error message containing code, description and details.
Returns:
fromJson
public static AsyncOperationResultInner fromJson(JsonReader jsonReader)
Reads an instance of AsyncOperationResultInner from the JsonReader.
Parameters:
Returns:
Throws:
status
public String status()
Get the status property: current status of a long running operation.
Returns: