@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuiteRunInformation extends Object implements Serializable, Cloneable, StructuredPojo
Get suite run information.
Constructor and Description |
---|
SuiteRunInformation() |
Modifier and Type | Method and Description |
---|---|
SuiteRunInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Get suite run information based on time suite was created.
|
Date |
getEndAt()
Get suite run information based on end time of the run.
|
Integer |
getFailed()
Get suite run information based on result of the test suite run.
|
Integer |
getPassed()
Get suite run information based on result of the test suite run.
|
Date |
getStartedAt()
Get suite run information based on start time of the run.
|
String |
getStatus()
Get suite run information based on test run status.
|
String |
getSuiteDefinitionId()
Get suite run information based on suite definition Id.
|
String |
getSuiteDefinitionName()
Get suite run information based on suite definition name.
|
String |
getSuiteDefinitionVersion()
Get suite run information based on suite definition version.
|
String |
getSuiteRunId()
Get suite run information based on suite run Id.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
Get suite run information based on time suite was created.
|
void |
setEndAt(Date endAt)
Get suite run information based on end time of the run.
|
void |
setFailed(Integer failed)
Get suite run information based on result of the test suite run.
|
void |
setPassed(Integer passed)
Get suite run information based on result of the test suite run.
|
void |
setStartedAt(Date startedAt)
Get suite run information based on start time of the run.
|
void |
setStatus(String status)
Get suite run information based on test run status.
|
void |
setSuiteDefinitionId(String suiteDefinitionId)
Get suite run information based on suite definition Id.
|
void |
setSuiteDefinitionName(String suiteDefinitionName)
Get suite run information based on suite definition name.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Get suite run information based on suite definition version.
|
void |
setSuiteRunId(String suiteRunId)
Get suite run information based on suite run Id.
|
String |
toString()
Returns a string representation of this object.
|
SuiteRunInformation |
withCreatedAt(Date createdAt)
Get suite run information based on time suite was created.
|
SuiteRunInformation |
withEndAt(Date endAt)
Get suite run information based on end time of the run.
|
SuiteRunInformation |
withFailed(Integer failed)
Get suite run information based on result of the test suite run.
|
SuiteRunInformation |
withPassed(Integer passed)
Get suite run information based on result of the test suite run.
|
SuiteRunInformation |
withStartedAt(Date startedAt)
Get suite run information based on start time of the run.
|
SuiteRunInformation |
withStatus(String status)
Get suite run information based on test run status.
|
SuiteRunInformation |
withStatus(SuiteRunStatus status)
Get suite run information based on test run status.
|
SuiteRunInformation |
withSuiteDefinitionId(String suiteDefinitionId)
Get suite run information based on suite definition Id.
|
SuiteRunInformation |
withSuiteDefinitionName(String suiteDefinitionName)
Get suite run information based on suite definition name.
|
SuiteRunInformation |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Get suite run information based on suite definition version.
|
SuiteRunInformation |
withSuiteRunId(String suiteRunId)
Get suite run information based on suite run Id.
|
public void setSuiteDefinitionId(String suiteDefinitionId)
Get suite run information based on suite definition Id.
suiteDefinitionId
- Get suite run information based on suite definition Id.public String getSuiteDefinitionId()
Get suite run information based on suite definition Id.
public SuiteRunInformation withSuiteDefinitionId(String suiteDefinitionId)
Get suite run information based on suite definition Id.
suiteDefinitionId
- Get suite run information based on suite definition Id.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Get suite run information based on suite definition version.
suiteDefinitionVersion
- Get suite run information based on suite definition version.public String getSuiteDefinitionVersion()
Get suite run information based on suite definition version.
public SuiteRunInformation withSuiteDefinitionVersion(String suiteDefinitionVersion)
Get suite run information based on suite definition version.
suiteDefinitionVersion
- Get suite run information based on suite definition version.public void setSuiteDefinitionName(String suiteDefinitionName)
Get suite run information based on suite definition name.
suiteDefinitionName
- Get suite run information based on suite definition name.public String getSuiteDefinitionName()
Get suite run information based on suite definition name.
public SuiteRunInformation withSuiteDefinitionName(String suiteDefinitionName)
Get suite run information based on suite definition name.
suiteDefinitionName
- Get suite run information based on suite definition name.public void setSuiteRunId(String suiteRunId)
Get suite run information based on suite run Id.
suiteRunId
- Get suite run information based on suite run Id.public String getSuiteRunId()
Get suite run information based on suite run Id.
public SuiteRunInformation withSuiteRunId(String suiteRunId)
Get suite run information based on suite run Id.
suiteRunId
- Get suite run information based on suite run Id.public void setCreatedAt(Date createdAt)
Get suite run information based on time suite was created.
createdAt
- Get suite run information based on time suite was created.public Date getCreatedAt()
Get suite run information based on time suite was created.
public SuiteRunInformation withCreatedAt(Date createdAt)
Get suite run information based on time suite was created.
createdAt
- Get suite run information based on time suite was created.public void setStartedAt(Date startedAt)
Get suite run information based on start time of the run.
startedAt
- Get suite run information based on start time of the run.public Date getStartedAt()
Get suite run information based on start time of the run.
public SuiteRunInformation withStartedAt(Date startedAt)
Get suite run information based on start time of the run.
startedAt
- Get suite run information based on start time of the run.public void setEndAt(Date endAt)
Get suite run information based on end time of the run.
endAt
- Get suite run information based on end time of the run.public Date getEndAt()
Get suite run information based on end time of the run.
public SuiteRunInformation withEndAt(Date endAt)
Get suite run information based on end time of the run.
endAt
- Get suite run information based on end time of the run.public void setStatus(String status)
Get suite run information based on test run status.
status
- Get suite run information based on test run status.SuiteRunStatus
public String getStatus()
Get suite run information based on test run status.
SuiteRunStatus
public SuiteRunInformation withStatus(String status)
Get suite run information based on test run status.
status
- Get suite run information based on test run status.SuiteRunStatus
public SuiteRunInformation withStatus(SuiteRunStatus status)
Get suite run information based on test run status.
status
- Get suite run information based on test run status.SuiteRunStatus
public void setPassed(Integer passed)
Get suite run information based on result of the test suite run.
passed
- Get suite run information based on result of the test suite run.public Integer getPassed()
Get suite run information based on result of the test suite run.
public SuiteRunInformation withPassed(Integer passed)
Get suite run information based on result of the test suite run.
passed
- Get suite run information based on result of the test suite run.public void setFailed(Integer failed)
Get suite run information based on result of the test suite run.
failed
- Get suite run information based on result of the test suite run.public Integer getFailed()
Get suite run information based on result of the test suite run.
public SuiteRunInformation withFailed(Integer failed)
Get suite run information based on result of the test suite run.
failed
- Get suite run information based on result of the test suite run.public String toString()
toString
in class Object
Object.toString()
public SuiteRunInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.