Package ru.testit.syncstorage.model
Class TestResultCutApiModel
java.lang.Object
ru.testit.syncstorage.model.TestResultCutApiModel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.11.0")
public class TestResultCutApiModel
extends Object
TestResultCutApiModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoTestExternalId(String autoTestExternalId) booleanReturn true if this TestResultCutApiModel object is equal to o.Get autoTestExternalIdGet projectIdGet startedOnorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Get statusCodeGet statusTypeinthashCode()voidsetAutoTestExternalId(String autoTestExternalId) voidsetProjectId(String projectId) voidsetStartedOn(OffsetDateTime startedOn) voidsetStartedOn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startedOn) voidsetStatusCode(String statusCode) voidsetStatusType(String statusType) startedOn(OffsetDateTime startedOn) statusCode(String statusCode) statusType(String statusType) toString()
-
Field Details
-
JSON_PROPERTY_PROJECT_ID
- See Also:
-
JSON_PROPERTY_AUTO_TEST_EXTERNAL_ID
- See Also:
-
JSON_PROPERTY_STATUS_CODE
- See Also:
-
JSON_PROPERTY_STATUS_TYPE
- See Also:
-
JSON_PROPERTY_STARTED_ON
- See Also:
-
-
Constructor Details
-
TestResultCutApiModel
public TestResultCutApiModel()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
autoTestExternalId
-
getAutoTestExternalId
Get autoTestExternalId- Returns:
- autoTestExternalId
-
setAutoTestExternalId
-
statusCode
-
getStatusCode
Get statusCode- Returns:
- statusCode
-
setStatusCode
-
statusType
-
getStatusType
Get statusType- Returns:
- statusType
-
setStatusType
-
startedOn
-
getStartedOn
Get startedOn- Returns:
- startedOn
-
getStartedOn_JsonNullable
-
setStartedOn_JsonNullable
public void setStartedOn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startedOn) -
setStartedOn
-
equals
Return true if this TestResultCutApiModel object is equal to o. -
hashCode
public int hashCode() -
toString
-