@Path(value="/hot_upgrade")
public interface IHotUpgrade
Modifier and Type | Method and Description |
---|---|
java.util.List<HotUpgradeTask> |
list(HotUpgradeTaskFilter filter) |
java.util.List<HotUpgradeProgress> |
progress() |
@POST @Path(value="list") java.util.List<HotUpgradeTask> list(HotUpgradeTaskFilter filter)
@GET @Path(value="progress") java.util.List<HotUpgradeProgress> progress()
Copyright © 2021. All Rights Reserved.