public static class UpgradeReport.UpgraderReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
build |
int |
major |
UpgradeReport.Status |
status |
Constructor and Description |
---|
UpgraderReport() |
Modifier and Type | Method and Description |
---|---|
static UpgradeReport.UpgraderReport |
create(int major,
int build,
UpgradeReport.Status status) |
public int major
public int build
public UpgradeReport.Status status
public static UpgradeReport.UpgraderReport create(int major, int build, UpgradeReport.Status status)
Copyright © 2021. All Rights Reserved.