@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiCommand extends Object
Constructor and Description |
---|
ApiCommand() |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
active(Boolean active) |
ApiCommand |
canRetry(Boolean canRetry) |
ApiCommand |
children(ApiCommandList children) |
ApiCommand |
clusterRef(ApiClusterRef clusterRef) |
ApiCommand |
endTime(String endTime) |
boolean |
equals(Object o) |
Boolean |
getActive()
Whether the command is currently active.
|
Boolean |
getCanRetry()
If the command can be retried.
|
ApiCommandList |
getChildren()
List of child commands.
|
ApiClusterRef |
getClusterRef()
Reference to the cluster (for cluster commands only).
|
String |
getEndTime()
The end time, if the command is finished.
|
ApiHostRef |
getHostRef()
Reference to the host (for host commands only).
|
BigDecimal |
getId()
The command ID.
|
String |
getName()
The command name.
|
ApiCommand |
getParent()
Reference to the parent command, if any.
|
String |
getResultDataUrl()
URL to the command's downloadable result data, if any exists.
|
String |
getResultMessage()
If the command is finished, the result message.
|
ApiRoleRef |
getRoleRef()
Reference to the role (for role commands only).
|
ApiServiceRef |
getServiceRef()
Reference to the service (for service commands only).
|
String |
getStartTime()
The start time.
|
Boolean |
getSuccess()
If the command is finished, whether it was successful.
|
int |
hashCode() |
ApiCommand |
hostRef(ApiHostRef hostRef) |
ApiCommand |
id(BigDecimal id) |
ApiCommand |
name(String name) |
ApiCommand |
parent(ApiCommand parent) |
ApiCommand |
resultDataUrl(String resultDataUrl) |
ApiCommand |
resultMessage(String resultMessage) |
ApiCommand |
roleRef(ApiRoleRef roleRef) |
ApiCommand |
serviceRef(ApiServiceRef serviceRef) |
void |
setActive(Boolean active) |
void |
setCanRetry(Boolean canRetry) |
void |
setChildren(ApiCommandList children) |
void |
setClusterRef(ApiClusterRef clusterRef) |
void |
setEndTime(String endTime) |
void |
setHostRef(ApiHostRef hostRef) |
void |
setId(BigDecimal id) |
void |
setName(String name) |
void |
setParent(ApiCommand parent) |
void |
setResultDataUrl(String resultDataUrl) |
void |
setResultMessage(String resultMessage) |
void |
setRoleRef(ApiRoleRef roleRef) |
void |
setServiceRef(ApiServiceRef serviceRef) |
void |
setStartTime(String startTime) |
void |
setSuccess(Boolean success) |
ApiCommand |
startTime(String startTime) |
ApiCommand |
success(Boolean success) |
String |
toString() |
public ApiCommand id(BigDecimal id)
public BigDecimal getId()
public void setId(BigDecimal id)
public ApiCommand name(String name)
public String getName()
public void setName(String name)
public ApiCommand startTime(String startTime)
public String getStartTime()
public void setStartTime(String startTime)
public ApiCommand endTime(String endTime)
public String getEndTime()
public void setEndTime(String endTime)
public ApiCommand active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
public ApiCommand success(Boolean success)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public ApiCommand resultMessage(String resultMessage)
public String getResultMessage()
public void setResultMessage(String resultMessage)
public ApiCommand resultDataUrl(String resultDataUrl)
public String getResultDataUrl()
public void setResultDataUrl(String resultDataUrl)
public ApiCommand clusterRef(ApiClusterRef clusterRef)
public ApiClusterRef getClusterRef()
public void setClusterRef(ApiClusterRef clusterRef)
public ApiCommand serviceRef(ApiServiceRef serviceRef)
public ApiServiceRef getServiceRef()
public void setServiceRef(ApiServiceRef serviceRef)
public ApiCommand roleRef(ApiRoleRef roleRef)
public ApiRoleRef getRoleRef()
public void setRoleRef(ApiRoleRef roleRef)
public ApiCommand hostRef(ApiHostRef hostRef)
public ApiHostRef getHostRef()
public void setHostRef(ApiHostRef hostRef)
public ApiCommand parent(ApiCommand parent)
public ApiCommand getParent()
public void setParent(ApiCommand parent)
public ApiCommand children(ApiCommandList children)
public ApiCommandList getChildren()
public void setChildren(ApiCommandList children)
public ApiCommand canRetry(Boolean canRetry)
public Boolean getCanRetry()
public void setCanRetry(Boolean canRetry)
Copyright © 2019. All rights reserved.