Class BackgroundCheckPackage


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

      • BackgroundCheckPackage

        public BackgroundCheckPackage​(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> name,
                                      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                                      org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)
      • BackgroundCheckPackage

        public BackgroundCheckPackage()
    • 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
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Package name
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
        Package description
      • tests

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

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

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

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

        public BackgroundCheckPackage withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Package name
      • withDescription

        public BackgroundCheckPackage withDescription​(java.lang.String description)
        Package description
      • withDescription

        public BackgroundCheckPackage withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        Package description
      • withTests

        public BackgroundCheckPackage withTests​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Package>> tests)
        Package tests
      • 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