Class Answer


  • public class Answer
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Answer.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Answer()  
      Answer​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AnswerType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Answer.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<AnswerType> type()
      Type of the answer
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> values()
      Values of the answer
      Answer withId​(java.lang.String id)
      Unique identifier
      Answer withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Answer withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Answer withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Answer withType​(AnswerType type)
      Type of the answer
      Answer withType​(org.openapitools.jackson.nullable.JsonNullable<? extends AnswerType> type)
      Type of the answer
      Answer withValues​(java.util.List<java.lang.String> values)
      Values of the answer
      Answer withValues​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)
      Values of the answer
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Answer

        public Answer​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                      org.openapitools.jackson.nullable.JsonNullable<? extends AnswerType> type,
                      org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)
      • Answer

        public Answer()
    • 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
      • type

        public org.openapitools.jackson.nullable.JsonNullable<AnswerType> type()
        Type of the answer
      • values

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> values()
        Values of the answer
      • withId

        public Answer withId​(java.lang.String id)
        Unique identifier
      • withId

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

        public Answer withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

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

        public Answer withType​(org.openapitools.jackson.nullable.JsonNullable<? extends AnswerType> type)
        Type of the answer
      • withValues

        public Answer withValues​(java.util.List<java.lang.String> values)
        Values of the answer
      • withValues

        public Answer withValues​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> values)
        Values of the answer
      • 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