Class CreateBackgroundCheckOrderResult


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

      • CreateBackgroundCheckOrderResult

        public CreateBackgroundCheckOrderResult​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> testUrl)
      • CreateBackgroundCheckOrderResult

        public CreateBackgroundCheckOrderResult()
    • 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
      • testUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> testUrl()
        Test url
      • withRemoteId

        public CreateBackgroundCheckOrderResult withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • 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