Class AssessmentResultResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssessmentResultResult
-
public class AssessmentResultResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssessmentResultResult.Builder
-
Constructor Summary
Constructors Constructor Description AssessmentResultResult()AssessmentResultResult(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssessmentResultResult.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AssessmentResultSourceValue>sourceValue()The source value of the test result.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AssessmentResultValue>value()The result of the test.AssessmentResultResultwithSourceValue(AssessmentResultSourceValue sourceValue)The source value of the test result.AssessmentResultResultwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultSourceValue> sourceValue)The source value of the test result.AssessmentResultResultwithValue(AssessmentResultValue value)The result of the test.AssessmentResultResultwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultValue> value)The result of the test.
-
-
-
Constructor Detail
-
AssessmentResultResult
public AssessmentResultResult(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultSourceValue> sourceValue)
-
AssessmentResultResult
public AssessmentResultResult()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AssessmentResultValue> value()
The result of the test.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AssessmentResultSourceValue> sourceValue()
The source value of the test result.
-
builder
public static final AssessmentResultResult.Builder builder()
-
withValue
public AssessmentResultResult withValue(AssessmentResultValue value)
The result of the test.
-
withValue
public AssessmentResultResult withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultValue> value)
The result of the test.
-
withSourceValue
public AssessmentResultResult withSourceValue(AssessmentResultSourceValue sourceValue)
The source value of the test result.
-
withSourceValue
public AssessmentResultResult withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AssessmentResultSourceValue> 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
-
-