Record Class FormsSubmissionsWithListsTest.QuestionSave
java.lang.Object
java.lang.Record
io.micronaut.http.server.tck.tests.forms.FormsSubmissionsWithListsTest.QuestionSave
- Enclosing class:
FormsSubmissionsWithListsTest
@Introspected
public static record FormsSubmissionsWithListsTest.QuestionSave(String question, List<Long> usersId)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionQuestionSave(String question, List<Long> usersId) Creates an instance of aQuestionSaverecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.question()Returns the value of thequestionrecord component.final StringtoString()Returns a string representation of this record class.usersId()Returns the value of theusersIdrecord component.
-
Constructor Details
-
QuestionSave
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
question
Returns the value of thequestionrecord component.- Returns:
- the value of the
questionrecord component
-
usersId
-