Class QuestionType


  • public class QuestionType
    extends java.lang.Object
    • Constructor Detail

      • QuestionType

        public QuestionType​(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionValue> value,
                            org.openapitools.jackson.nullable.JsonNullable<? extends QuestionSourceValue> sourceValue)
      • QuestionType

        public QuestionType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<QuestionValue> value()
        The type of the questions.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<QuestionSourceValue> sourceValue()
        The source value of the questions type.
      • withValue

        public QuestionType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionValue> value)
        The type of the questions.
      • withSourceValue

        public QuestionType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionSourceValue> sourceValue)
        The source value of the questions type.
      • 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