Class CompletionScore


  • public class CompletionScore
    extends java.lang.Object
    CompletionScore

    The score associated with this completion

    • Constructor Detail

      • CompletionScore

        public CompletionScore​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage,
                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)
      • CompletionScore

        public CompletionScore()
    • 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
      • 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:
        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