@Entity public class HostRoleCommandEntity extends Object
Constructor and Description |
---|
HostRoleCommandEntity() |
public Long getTaskId()
public void setTaskId(Long taskId)
public Long getRequestId()
public void setRequestId(Long requestId)
public Long getStageId()
public void setStageId(Long stageId)
public String getHostName()
public void setHostName(String hostName)
public Role getRole()
public void setRole(Role role)
public String getEvent()
public void setEvent(String event)
public Integer getExitcode()
public void setExitcode(Integer exitcode)
public HostRoleStatus getStatus()
public void setStatus(HostRoleStatus status)
public byte[] getStdError()
public void setStdError(byte[] stdError)
public byte[] getStdOut()
public void setStdOut(byte[] stdOut)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getLastAttemptTime()
public void setLastAttemptTime(Long lastAttemptTime)
public Short getAttemptCount()
public void setAttemptCount(Short attemptCount)
public RoleCommand getRoleCommand()
public void setRoleCommand(RoleCommand roleCommand)
public byte[] getStructuredOut()
public void setStructuredOut(byte[] structuredOut)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getCommandDetail()
public void setCommandDetail(String commandDetail)
public String getCustomCommandName()
public void setCustomCommandName(String customCommandName)
public ExecutionCommandEntity getExecutionCommand()
public void setExecutionCommand(ExecutionCommandEntity executionCommandsByTaskId)
public StageEntity getStage()
public void setStage(StageEntity stage)
public HostEntity getHost()
public void setHost(HostEntity host)
Copyright © 2016. All rights reserved.