ServerEndpointRecallStatus Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointRecallStatus
- com.
Implements
public final class ServerEndpointRecallStatus
implements JsonSerializable<ServerEndpointRecallStatus>
Server endpoint recall status object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Offset |
lastUpdatedTimestamp()
Get the last |
|
List<Server |
recallErrors()
Get the recall |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
totalRecallErrorsCount()
Get the total |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ServerEndpointRecallStatus fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointRecallStatus from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdatedTimestamp
public OffsetDateTime lastUpdatedTimestamp()
Get the lastUpdatedTimestamp property: Last updated timestamp.
Returns:
recallErrors
public List<ServerEndpointRecallError> recallErrors()
Get the recallErrors property: Array of recall errors.
Returns:
toJson
totalRecallErrorsCount
public Long totalRecallErrorsCount()
Get the totalRecallErrorsCount property: Total count of recall errors.
Returns: