public class AutomationTestLogRequest extends ApiServiceRequest
| Constructor and Description |
|---|
AutomationTestLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
AutomationTestLog |
getAutomationTestLog() |
java.lang.Boolean |
getForceUpdateVersion() |
java.lang.Long |
getProjectId() |
java.lang.Long |
getScheduledBy() |
java.util.Date |
getSuiteDate() |
java.lang.Long |
getTestRunId() |
boolean |
isSuitePerDay() |
void |
setAutomationTestLog(AutomationTestLog automationTestLog)
Sets the automation test log.
|
void |
setForceUpdateVersion(java.lang.Boolean forceUpdateVersion) |
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
void |
setScheduledBy(java.lang.Long scheduledBy) |
void |
setSuiteDate(java.util.Date suiteDate)
Sets the suite date; if the suite-date is not set, we will use the current
date if the suite-per-day is true.
|
void |
setSuitePerDay(boolean suitePerDay)
Sets the suite-per-day flag.
|
void |
setTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
java.lang.String |
toString() |
AutomationTestLogRequest |
withAutomationTestLog(AutomationTestLog automationTestLog)
Sets the automation test log.
|
AutomationTestLogRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
AutomationTestLogRequest |
withScheduledBy(java.lang.Long scheduledBy) |
AutomationTestLogRequest |
withSuiteDate(java.util.Date suiteDate)
Sets the suite date; if the suite-date is not set, we will use the current
date if the suite-per-day is true.
|
AutomationTestLogRequest |
withSuitePerDay(boolean suitePerDay)
Sets the suite-per-day flag.
|
AutomationTestLogRequest |
withTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Boolean getForceUpdateVersion()
public void setForceUpdateVersion(java.lang.Boolean forceUpdateVersion)
public void setAutomationTestLog(AutomationTestLog automationTestLog)
automationTestLog - the given automation test log.public AutomationTestLog getAutomationTestLog()
public AutomationTestLogRequest withAutomationTestLog(AutomationTestLog automationTestLog)
automationTestLog - the given automation test log.AutomationTestLogRequest
object.public java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project id to set.public AutomationTestLogRequest withProjectId(java.lang.Long projectId)
projectId - the given project id to set.public java.lang.Long getTestRunId()
public void setTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.public AutomationTestLogRequest withTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.AutomationTestLogRequest object.public boolean isSuitePerDay()
true if user want create the suite per day.public void setSuitePerDay(boolean suitePerDay)
suitePerDay - the given suite-per-day flag to set.public AutomationTestLogRequest withSuitePerDay(boolean suitePerDay)
suitePerDay - the given suite-per-day flag to set.AutomationTestLogRequest instance.public java.util.Date getSuiteDate()
public void setSuiteDate(java.util.Date suiteDate)
suiteDate - the given suite-date.public AutomationTestLogRequest withSuiteDate(java.util.Date suiteDate)
suiteDate - the given suite-date.automation test log request instance.public java.lang.Long getScheduledBy()
public void setScheduledBy(java.lang.Long scheduledBy)
public AutomationTestLogRequest withScheduledBy(java.lang.Long scheduledBy)
public java.lang.String toString()
toString in class ApiServiceRequest