UpdateInstallProgress Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. UpdateInstallProgress
- com.
Implements
public final class UpdateInstallProgress
implements JsonSerializable<UpdateInstallProgress>
Progress details during installation of updates.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateInstallProgress() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
| Integer |
numberOfUpdatesInstalled()
Get the number |
| Integer |
numberOfUpdatesToInstall()
Get the number |
| Integer |
percentComplete()
Get the percent |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UpdateInstallProgress
public UpdateInstallProgress()
Creates an instance of UpdateInstallProgress class.
Method Details
fromJson
public static UpdateInstallProgress fromJson(JsonReader jsonReader)
Reads an instance of UpdateInstallProgress from the JsonReader.
Parameters:
Returns:
Throws:
numberOfUpdatesInstalled
public Integer numberOfUpdatesInstalled()
Get the numberOfUpdatesInstalled property: Number of updates installed.
Returns:
numberOfUpdatesToInstall
public Integer numberOfUpdatesToInstall()
Get the numberOfUpdatesToInstall property: Number of updates to install.
Returns:
percentComplete
public Integer percentComplete()
Get the percentComplete property: Percentage completed.
Returns:
toJson
validate
public void validate()
Validates the instance.