Class QuestionMultipleChoiceAnswers


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

      • QuestionMultipleChoiceAnswers

        public QuestionMultipleChoiceAnswers​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)
      • QuestionMultipleChoiceAnswers

        public QuestionMultipleChoiceAnswers()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • text

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text()
      • withId

        public QuestionMultipleChoiceAnswers withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public QuestionMultipleChoiceAnswers withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • 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