public class SubmitTestLogRequest extends ApiServiceRequest
| Constructor and Description |
|---|
SubmitTestLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExternalToken() |
java.lang.Long |
getProjectId() |
TestLog |
getTestLog() |
java.lang.Long |
getTestRunId() |
void |
setExternalToken(java.lang.String externalToken)
Sets the external token.
|
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
void |
setTestLog(TestLog testLog)
Sets the test log.
|
void |
setTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
SubmitTestLogRequest |
withExternalToken(java.lang.String externalToken)
Sets the external token.
|
SubmitTestLogRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
SubmitTestLogRequest |
withTestLog(TestLog testLog)
Sets the test log.
|
SubmitTestLogRequest |
withTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, toString, withCredentialspublic void setTestLog(TestLog testLog)
testLog - the given test log.public TestLog getTestLog()
public SubmitTestLogRequest withTestLog(TestLog testLog)
testLog - the given test log to set.SubmitTestLogRequest object.public java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project id to set.public SubmitTestLogRequest withProjectId(java.lang.Long projectId)
projectId - the given project id to set.SubmitTestLogRequest object.public java.lang.Long getTestRunId()
public void setTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.public SubmitTestLogRequest withTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.SubmitTestLogRequest object.public java.lang.String getExternalToken()
public void setExternalToken(java.lang.String externalToken)
externalToken - the given external token to set.public SubmitTestLogRequest withExternalToken(java.lang.String externalToken)
externalToken - the given external token to set.