ServerEndpointRecallError Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. models. ServerEndpointRecallError
- com.
Implements
public final class ServerEndpointRecallError
implements JsonSerializable<ServerEndpointRecallError>
Server endpoint recall error object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
count()
Get the count property: Count of occurences of the error. |
| Integer |
errorCode()
Get the error |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
count
public Long count()
Get the count property: Count of occurences of the error.
Returns:
errorCode
public Integer errorCode()
Get the errorCode property: Error code (HResult).
Returns:
fromJson
public static ServerEndpointRecallError fromJson(JsonReader jsonReader)
Reads an instance of ServerEndpointRecallError from the JsonReader.
Parameters:
Returns:
Throws: