Class BackgroundCheckResultScore


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

      • BackgroundCheckResultScore

        public BackgroundCheckResultScore​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value,
                                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min,
                                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
      • BackgroundCheckResultScore

        public BackgroundCheckResultScore()
    • Method Detail

      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the score
      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The value is the actual score
      • min

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min()
        The minimum value of the score
      • max

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max()
        The maximum value of the score
      • withLabel

        public BackgroundCheckResultScore withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the score
      • withValue

        public BackgroundCheckResultScore withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The value is the actual score
      • withMin

        public BackgroundCheckResultScore withMin​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
        The minimum value of the score
      • withMax

        public BackgroundCheckResultScore withMax​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
        The maximum value of the score
      • 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