public class TaskStatusResponse extends ShortTaskStatus
command, customCommandName, hostName, role, stageId, status, taskId
Constructor and Description |
---|
TaskStatusResponse() |
TaskStatusResponse(HostRoleCommand hostRoleCommand) |
TaskStatusResponse(long requestId,
int taskId,
long stageId,
String hostName,
String role,
String command,
String status,
int exitCode,
String stderr,
String stdout,
long startTime,
short attemptCount,
String commandDetail,
String customCommandName) |
Modifier and Type | Method and Description |
---|---|
short |
getAttemptCount() |
String |
getCommandDetail() |
Long |
getEndTime() |
int |
getExitCode() |
long |
getRequestId() |
long |
getStartTime() |
String |
getStderr() |
String |
getStdout() |
String |
getStructuredOut() |
void |
setAttemptCount(short attemptCount) |
void |
setCommandDetail(String commandDetail) |
void |
setEndTime(Long endTime) |
void |
setExitCode(int exitCode) |
void |
setRequestId(long requestId) |
void |
setStartTime(long startTime) |
void |
setStderr(String stderr) |
void |
setStdout(String stdout) |
void |
setStructuredOut(String structuredOut) |
String |
toString() |
getCommand, getCustomCommandName, getHostName, getRole, getStageId, getStatus, getTaskId, setCommand, setCustomCommandName, setHostName, setRole, setStageId, setStatus, setTaskId
public TaskStatusResponse()
public TaskStatusResponse(long requestId, int taskId, long stageId, String hostName, String role, String command, String status, int exitCode, String stderr, String stdout, long startTime, short attemptCount, String commandDetail, String customCommandName)
public TaskStatusResponse(HostRoleCommand hostRoleCommand)
public long getRequestId()
public void setRequestId(long requestId)
public int getExitCode()
public void setExitCode(int exitCode)
public String getStderr()
public void setStderr(String stderr)
public String getStdout()
public void setStdout(String stdout)
public long getStartTime()
public void setStartTime(long startTime)
public short getAttemptCount()
public void setAttemptCount(short attemptCount)
public String getStructuredOut()
public void setStructuredOut(String structuredOut)
public Long getEndTime()
public void setEndTime(Long endTime)
public String getCommandDetail()
public void setCommandDetail(String commandDetail)
public String toString()
toString
in class ShortTaskStatus
Copyright © 2014. All rights reserved.