public class UpdateJobStatusRequest extends ApiServiceRequest
| Constructor and Description |
|---|
UpdateJobStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentLog() |
java.lang.String |
getConsoleLog() |
java.lang.Long |
getJobServerId() |
java.lang.Long |
getProjectId() |
Status |
getStatus() |
void |
setAgentLog(java.lang.String agentLog) |
void |
setConsoleLog(java.lang.String consoleLog) |
void |
setJobServerId(java.lang.Long jobServerId)
Sets the job server identifier.
|
void |
setProjectId(java.lang.Long projectId)
Sets project identifier.
|
void |
setStatus(Status status)
Sets the job status.
|
java.lang.String |
toString() |
UpdateJobStatusRequest |
withAgentLog(java.lang.String agentLog) |
UpdateJobStatusRequest |
withConsoleLog(java.lang.String consoleLog) |
UpdateJobStatusRequest |
withJobServerId(java.lang.Long jobServerId)
Sets the job server identifier.
|
UpdateJobStatusRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
UpdateJobStatusRequest |
withStatus(Status status)
Sets the job status.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public UpdateJobStatusRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getJobServerId()
public void setJobServerId(java.lang.Long jobServerId)
jobServerId - the given job identifier to set.public UpdateJobStatusRequest withJobServerId(java.lang.Long jobServerId)
jobServerId - the given job identifier to set.public Status getStatus()
public void setStatus(Status status)
status - the given job status to set.public UpdateJobStatusRequest withStatus(Status status)
status - the given job status to set.public java.lang.String getAgentLog()
public void setAgentLog(java.lang.String agentLog)
public UpdateJobStatusRequest withAgentLog(java.lang.String agentLog)
public java.lang.String getConsoleLog()
public void setConsoleLog(java.lang.String consoleLog)
public UpdateJobStatusRequest withConsoleLog(java.lang.String consoleLog)
public java.lang.String toString()
toString in class ApiServiceRequest