OperationStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. OperationStatusInner
- com.
Implements
public final class OperationStatusInner
implements JsonSerializable<OperationStatusInner>
Operation status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
endTime()
Get the end |
|
Storage |
error()
Get the error property: Error details. |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: Operation Id. |
|
Offset |
startTime()
Get the start |
| String |
status()
Get the status property: Operation status. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of the operation.
Returns:
error
public StorageSyncApiError error()
Get the error property: Error details.
Returns:
fromJson
public static OperationStatusInner fromJson(JsonReader jsonReader)
Reads an instance of OperationStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Operation Id.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the operation.
Returns:
status
public String status()
Get the status property: Operation status.
Returns: