ServerEndpointFilesNotSyncingError Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointFilesNotSyncingError
- com.
Implements
public final class ServerEndpointFilesNotSyncingError
implements JsonSerializable<ServerEndpointFilesNotSyncingError>
Files not syncing error object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
errorCode()
Get the error |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| Long |
persistentCount()
Get the persistent |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
transientCount()
Get the transient |
Methods inherited from java.lang.Object
Method Details
errorCode
public Integer errorCode()
Get the errorCode property: Error code (HResult).
Returns:
fromJson
public static ServerEndpointFilesNotSyncingError fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointFilesNotSyncingError from the JsonReader.
Parameters:
Returns:
Throws:
persistentCount
public Long persistentCount()
Get the persistentCount property: Count of persistent files not syncing with the specified error code.
Returns:
toJson
transientCount
public Long transientCount()
Get the transientCount property: Count of transient files not syncing with the specified error code.
Returns: