Class AnswerType


  • public class AnswerType
    extends java.lang.Object
    AnswerType

    Type of the answer

    • Constructor Detail

      • AnswerType

        public AnswerType​(org.openapitools.jackson.nullable.JsonNullable<? extends AnswerValue> value,
                          org.openapitools.jackson.nullable.JsonNullable<? extends AnswerSourceValue> sourceValue)
      • AnswerType

        public AnswerType()
    • Method Detail

      • value

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

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

        public AnswerType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AnswerValue> value)
        The type of the answer.
      • withSourceValue

        public AnswerType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AnswerSourceValue> sourceValue)
        The source value of the answer 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