Class CreateAnswerType


  • public class CreateAnswerType
    extends java.lang.Object
    CreateAnswerType - Type of the answer
    • Constructor Detail

      • CreateAnswerType

        public CreateAnswerType​(org.openapitools.jackson.nullable.JsonNullable<? extends CreateAnswerValue> value,
                                org.openapitools.jackson.nullable.JsonNullable<? extends CreateAnswerSourceValue> sourceValue)
      • CreateAnswerType

        public CreateAnswerType()
    • Method Detail

      • value

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

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

        public CreateAnswerType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CreateAnswerSourceValue> 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