Class ScreeningResult


  • public class ScreeningResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScreeningResult()  
      ScreeningResult​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId, org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> 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 ScreeningResultStatus> status, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)  
    • Constructor Detail

      • ScreeningResult

        public ScreeningResult​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                               org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields,
                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId,
                               org.openapitools.jackson.nullable.JsonNullable<? extends ScreeningResultScore> 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 ScreeningResultStatus> status,
                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
      • ScreeningResult

        public ScreeningResult()
    • 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
      • unifiedCustomFields

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
        Custom Unified Fields configured in your StackOne project
      • orderId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId()
        Order ID associated with this result
      • score

        public org.openapitools.jackson.nullable.JsonNullable<ScreeningResultScore> score()
        Score information
      • startDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
        Start date of the screening
      • submissionDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate()
        Submission date of the screening
      • summary

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary()
        Summary of the screening result
      • status

        public org.openapitools.jackson.nullable.JsonNullable<ScreeningResultStatus> status()
        Result status
      • resultUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl()
        URL to view the detailed result
      • withId

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

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

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

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

        public ScreeningResult withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public ScreeningResult withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withOrderId

        public ScreeningResult withOrderId​(java.lang.String orderId)
        Order ID associated with this result
      • withOrderId

        public ScreeningResult withOrderId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> orderId)
        Order ID associated with this result
      • withStartDate

        public ScreeningResult withStartDate​(java.time.OffsetDateTime startDate)
        Start date of the screening
      • withStartDate

        public ScreeningResult withStartDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
        Start date of the screening
      • withSubmissionDate

        public ScreeningResult withSubmissionDate​(java.time.OffsetDateTime submissionDate)
        Submission date of the screening
      • withSubmissionDate

        public ScreeningResult withSubmissionDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> submissionDate)
        Submission date of the screening
      • withSummary

        public ScreeningResult withSummary​(java.lang.String summary)
        Summary of the screening result
      • withSummary

        public ScreeningResult withSummary​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> summary)
        Summary of the screening result
      • withResultUrl

        public ScreeningResult withResultUrl​(java.lang.String resultUrl)
        URL to view the detailed result
      • withResultUrl

        public ScreeningResult withResultUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resultUrl)
        URL to view the detailed result
      • 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