| Package | Description |
|---|---|
| com.baidubce.services.bvw.model.workflow |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStatus |
WorkflowListResponse.getStatus() |
WorkflowStatus |
WorkflowGetResponse.getStatus() |
WorkflowStatus |
WorkflowListRequest.getStatus() |
static WorkflowStatus |
WorkflowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStatus[] |
WorkflowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
WorkflowStatus status)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
WorkflowListRequest.of(int pageNo,
int pageSize,
WorkflowStatus status,
String name,
String beginTime,
String endTime)
Construct a list workflow request with specified parameters..
|
void |
WorkflowListResponse.setStatus(WorkflowStatus status) |
void |
WorkflowGetResponse.setStatus(WorkflowStatus status) |
void |
WorkflowListRequest.setStatus(WorkflowStatus status) |
Copyright © 2023. All rights reserved.