Class CompletionScore
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CompletionScore
-
public class CompletionScore extends java.lang.ObjectCompletionScoreThe score associated with this completion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompletionScore.Builder
-
Constructor Summary
Constructors Constructor Description CompletionScore()CompletionScore(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompletionScore.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>percentage()The score percentageorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>rawValue()The raw string score valuejava.lang.StringtoString()CompletionScorewithPercentage(double percentage)The score percentageCompletionScorewithPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)The score percentageCompletionScorewithRawValue(java.lang.String rawValue)The raw string score valueCompletionScorewithRawValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)The raw string score value
-
-
-
Method Detail
-
percentage
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage()
The score percentage
-
rawValue
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue()
The raw string score value
-
builder
public static CompletionScore.Builder builder()
-
withPercentage
public CompletionScore withPercentage(double percentage)
The score percentage
-
withPercentage
public CompletionScore withPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
The score percentage
-
withRawValue
public CompletionScore withRawValue(java.lang.String rawValue)
The raw string score value
-
withRawValue
public CompletionScore withRawValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)
The raw string score value
-
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
-
-