Class LmsCreateCompletionRequestDtoScore


  • public class LmsCreateCompletionRequestDtoScore
    extends java.lang.Object
    LmsCreateCompletionRequestDtoScore

    The score associated with this completion

    • Constructor Detail

      • LmsCreateCompletionRequestDtoScore

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

        public LmsCreateCompletionRequestDtoScore()
    • 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 LmsCreateCompletionRequestDtoScore withPercentage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
        The score percentage
      • withRawValue

        public LmsCreateCompletionRequestDtoScore 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