Class BackgroundCheckResultResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResultResult
-
public class BackgroundCheckResultResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckResultResult.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckResultResult()BackgroundCheckResultResult(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackgroundCheckResultResult.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultSourceValue>sourceValue()The source value of the test result.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultValue>value()The result of the test.BackgroundCheckResultResultwithSourceValue(BackgroundCheckResultSourceValue sourceValue)The source value of the test result.BackgroundCheckResultResultwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultSourceValue> sourceValue)The source value of the test result.BackgroundCheckResultResultwithValue(BackgroundCheckResultValue value)The result of the test.BackgroundCheckResultResultwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultValue> value)The result of the test.
-
-
-
Constructor Detail
-
BackgroundCheckResultResult
public BackgroundCheckResultResult(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultSourceValue> sourceValue)
-
BackgroundCheckResultResult
public BackgroundCheckResultResult()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultValue> value()
The result of the test.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<BackgroundCheckResultSourceValue> sourceValue()
The source value of the test result.
-
builder
public static final BackgroundCheckResultResult.Builder builder()
-
withValue
public BackgroundCheckResultResult withValue(BackgroundCheckResultValue value)
The result of the test.
-
withValue
public BackgroundCheckResultResult withValue(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultValue> value)
The result of the test.
-
withSourceValue
public BackgroundCheckResultResult withSourceValue(BackgroundCheckResultSourceValue sourceValue)
The source value of the test result.
-
withSourceValue
public BackgroundCheckResultResult withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends BackgroundCheckResultSourceValue> sourceValue)
The source value of the test result.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-