public class GetStepResponse extends AbstractBceResponse
The response contains the properties of the target step, such as: id, actionOnFailure, name, type, properties and status.
metadata| Constructor and Description |
|---|
GetStepResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionOnFailure() |
String |
getId() |
String |
getName() |
Map<String,String> |
getProperties() |
StepStatus |
getStatus() |
String |
getType() |
void |
setActionOnFailure(String actionOnFailure) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
void |
setStatus(StepStatus status) |
void |
setType(String type) |
getMetadatapublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public StepStatus getStatus()
public void setStatus(StepStatus status)
public String getActionOnFailure()
public void setActionOnFailure(String actionOnFailure)
Copyright © 2022. All rights reserved.