| Package | Description |
|---|---|
| com.baidubce.services.bvw.model.workflow | |
| com.baidubce.services.bvw.model.workflow.instance | |
| com.baidubce.services.bvw.model.workflow.task |
| Modifier and Type | Method and Description |
|---|---|
StageType |
StageModel.getType() |
static StageType |
StageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageType[] |
StageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StageModel |
StageModel.of(String name,
StageParamModel param,
StageType type)
Construct a stage with name, param and type.
|
void |
StageModel.setType(StageType type) |
| Modifier and Type | Method and Description |
|---|---|
StageType |
InstanceGetTaskUrlsResponse.StageTaskUrl.getStageType() |
StageType |
InstanceGetResponse.StageTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceGetTaskUrlsResponse.StageTaskUrl.setStageType(StageType stageType) |
void |
InstanceGetResponse.StageTask.setType(StageType type) |
| Modifier and Type | Method and Description |
|---|---|
StageType |
TaskGetResponse.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskGetResponse.setType(StageType type) |
Copyright © 2022. All rights reserved.