@Entity public class StageEntity extends Object
Constructor and Description |
---|
StageEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClusterEntity |
getCluster() |
String |
getClusterHostInfo() |
Long |
getClusterId() |
Collection<HostRoleCommandEntity> |
getHostRoleCommands() |
String |
getLogInfo() |
RequestEntity |
getRequest() |
String |
getRequestContext() |
Long |
getRequestId() |
Collection<RoleSuccessCriteriaEntity> |
getRoleSuccessCriterias() |
Long |
getStageId() |
int |
hashCode() |
void |
setCluster(ClusterEntity cluster) |
void |
setClusterHostInfo(String clusterHostInfo) |
void |
setClusterId(Long clusterId) |
void |
setHostRoleCommands(Collection<HostRoleCommandEntity> hostRoleCommands) |
void |
setLogInfo(String logInfo) |
void |
setRequest(RequestEntity request) |
void |
setRequestContext(String requestContext) |
void |
setRequestId(Long requestId) |
void |
setRoleSuccessCriterias(Collection<RoleSuccessCriteriaEntity> roleSuccessCriterias) |
void |
setStageId(Long stageId) |
public Long getClusterId()
public void setClusterId(Long clusterId)
public Long getRequestId()
public void setRequestId(Long requestId)
public Long getStageId()
public void setStageId(Long stageId)
public String getLogInfo()
public void setLogInfo(String logInfo)
public String getRequestContext()
public String getClusterHostInfo()
public void setClusterHostInfo(String clusterHostInfo)
public void setRequestContext(String requestContext)
public ClusterEntity getCluster()
public void setCluster(ClusterEntity cluster)
public Collection<HostRoleCommandEntity> getHostRoleCommands()
public void setHostRoleCommands(Collection<HostRoleCommandEntity> hostRoleCommands)
public Collection<RoleSuccessCriteriaEntity> getRoleSuccessCriterias()
public void setRoleSuccessCriterias(Collection<RoleSuccessCriteriaEntity> roleSuccessCriterias)
public RequestEntity getRequest()
public void setRequest(RequestEntity request)
Copyright © 2014. All rights reserved.