public class ShortTaskStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
command |
protected String |
customCommandName |
protected String |
errorLog |
protected String |
hostName |
protected String |
outputLog |
protected long |
requestId |
protected String |
role |
protected long |
stageId |
protected String |
status |
protected long |
taskId |
Constructor and Description |
---|
ShortTaskStatus() |
ShortTaskStatus(HostRoleCommand hostRoleCommand) |
ShortTaskStatus(int taskId,
long stageId,
String hostName,
String role,
String command,
String status,
String customCommandName,
String outputLog,
String errorLog) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
String |
getCustomCommandName() |
String |
getErrorLog() |
String |
getHostName() |
String |
getOutputLog() |
long |
getRequestId() |
String |
getRole() |
long |
getStageId() |
String |
getStatus() |
long |
getTaskId() |
void |
setCommand(String command) |
void |
setCustomCommandName(String customCommandName) |
void |
setErrorLog(String errorLog) |
void |
setHostName(String hostName) |
void |
setOutputLog(String outputLog) |
void |
setRequestId(long requestId) |
void |
setRole(String role) |
void |
setStageId(long stageId) |
void |
setStatus(String status) |
void |
setTaskId(long taskId) |
String |
toString() |
protected long requestId
protected long taskId
protected long stageId
protected String hostName
protected String role
protected String command
protected String status
protected String customCommandName
protected String outputLog
protected String errorLog
public ShortTaskStatus()
public ShortTaskStatus(int taskId, long stageId, String hostName, String role, String command, String status, String customCommandName, String outputLog, String errorLog)
public ShortTaskStatus(HostRoleCommand hostRoleCommand)
public void setRequestId(long requestId)
public long getRequestId()
public String getCustomCommandName()
public void setCustomCommandName(String customCommandName)
public long getTaskId()
public void setTaskId(long taskId)
public long getStageId()
public void setStageId(long stageId)
public String getHostName()
public void setHostName(String hostName)
public String getRole()
public void setRole(String role)
public String getCommand()
public void setCommand(String command)
public String getOutputLog()
public void setOutputLog(String outputLog)
public String getErrorLog()
public void setErrorLog(String errorLog)
public String getStatus()
public void setStatus(String status)
Copyright © 2022 Apache Software Foundation. All rights reserved.