Class AssessmentResult


  • public class AssessmentResult
    extends java.lang.Object
    • Constructor Detail

      • AssessmentResult

        public AssessmentResult​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultCandidate> candidate,
                                org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultScore> score,
                                org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate,
                                org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary,
                                org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultResult> result,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl,
                                org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
      • AssessmentResult

        public AssessmentResult()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • startDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
        The start date of the candidate test
      • submissionDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate()
        The submission date of the candidate test
      • summary

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary()
        The summary about the result of the test
      • resultUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl()
        The test`s result url
      • attachments

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Attachment>> attachments()
      • withId

        public AssessmentResult withId​(java.lang.String id)
        Unique identifier
      • withId

        public AssessmentResult withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public AssessmentResult withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public AssessmentResult withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withStartDate

        public AssessmentResult withStartDate​(java.time.OffsetDateTime startDate)
        The start date of the candidate test
      • withStartDate

        public AssessmentResult withStartDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
        The start date of the candidate test
      • withSubmissionDate

        public AssessmentResult withSubmissionDate​(java.time.OffsetDateTime submissionDate)
        The submission date of the candidate test
      • withSubmissionDate

        public AssessmentResult withSubmissionDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
        The submission date of the candidate test
      • withSummary

        public AssessmentResult withSummary​(java.lang.String summary)
        The summary about the result of the test
      • withSummary

        public AssessmentResult withSummary​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
        The summary about the result of the test
      • withResultUrl

        public AssessmentResult withResultUrl​(java.lang.String resultUrl)
        The test`s result url
      • withResultUrl

        public AssessmentResult withResultUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
        The test`s result url
      • withAttachments

        public AssessmentResult withAttachments​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Attachment>> attachments)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object