public class StageCountInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StageCountInfo.Builder |
| 构造器和说明 |
|---|
StageCountInfo() |
StageCountInfo(StageCountInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCount() |
ApplicationStageInfo |
getStage() |
static StageCountInfo.Builder |
newBuilder() |
void |
setCount(Integer count) |
void |
setStage(ApplicationStageInfo stage) |
public StageCountInfo()
public StageCountInfo(StageCountInfo.Builder builder)
public static StageCountInfo.Builder newBuilder()
public Integer getCount()
public void setCount(Integer count)
public ApplicationStageInfo getStage()
public void setStage(ApplicationStageInfo stage)
Copyright © 2026. All rights reserved.