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