@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") public class ApiCommandWithSteps extends ApiCommand
Constructor and Description |
---|
ApiCommandWithSteps() |
Modifier and Type | Method and Description |
---|---|
ApiCommandWithSteps |
addStepsItem(ApiCommandStep stepsItem) |
ApiCommandWithSteps |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
The command display name.
|
List<ApiCommandStep> |
getSteps()
The steps of the command.
|
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setSteps(List<ApiCommandStep> steps) |
ApiCommandWithSteps |
steps(List<ApiCommandStep> steps) |
String |
toString() |
active, canRetry, children, clusterRef, endTime, getChildren, getClusterRef, getEndTime, getHostRef, getId, getName, getParent, getResultDataUrl, getResultMessage, getRoleRef, getServiceRef, getStartTime, hostRef, id, isActive, isCanRetry, isSuccess, name, parent, resultDataUrl, resultMessage, roleRef, serviceRef, setActive, setCanRetry, setChildren, setClusterRef, setEndTime, setHostRef, setId, setName, setParent, setResultDataUrl, setResultMessage, setRoleRef, setServiceRef, setStartTime, setSuccess, startTime, success
public ApiCommandWithSteps displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiCommandWithSteps steps(List<ApiCommandStep> steps)
public ApiCommandWithSteps addStepsItem(ApiCommandStep stepsItem)
public List<ApiCommandStep> getSteps()
public void setSteps(List<ApiCommandStep> steps)
public boolean equals(Object o)
equals
in class ApiCommand
public int hashCode()
hashCode
in class ApiCommand
public String toString()
toString
in class ApiCommand
Copyright © 2024. All rights reserved.