Package net.apartium.cocoabeans.state
Record Class CompoundRecords.RecordOf10<ARG0,ARG1,ARG2,ARG3,ARG4,ARG5,ARG6,ARG7,ARG8,ARG9>
java.lang.Object
java.lang.Record
net.apartium.cocoabeans.state.CompoundRecords.RecordOf10<ARG0,ARG1,ARG2,ARG3,ARG4,ARG5,ARG6,ARG7,ARG8,ARG9>
- All Implemented Interfaces:
CompoundRecords.CompoundRecord
- Enclosing class:
- CompoundRecords
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarg0()Returns the value of thearg0record component.arg1()Returns the value of thearg1record component.arg2()Returns the value of thearg2record component.arg3()Returns the value of thearg3record component.arg4()Returns the value of thearg4record component.arg5()Returns the value of thearg5record component.arg6()Returns the value of thearg6record component.arg7()Returns the value of thearg7record component.arg8()Returns the value of thearg8record component.arg9()Returns the value of thearg9record component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RecordOf10
-
RecordOf10
public RecordOf10(ARG0 arg0, ARG1 arg1, ARG2 arg2, ARG3 arg3, ARG4 arg4, ARG5 arg5, ARG6 arg6, ARG7 arg7, ARG8 arg8, ARG9 arg9) Creates an instance of aRecordOf10record class.- Parameters:
arg0- the value for thearg0record componentarg1- the value for thearg1record componentarg2- the value for thearg2record componentarg3- the value for thearg3record componentarg4- the value for thearg4record componentarg5- the value for thearg5record componentarg6- the value for thearg6record componentarg7- the value for thearg7record componentarg8- the value for thearg8record componentarg9- the value for thearg9record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
arg0
Returns the value of thearg0record component.- Returns:
- the value of the
arg0record component
-
arg1
Returns the value of thearg1record component.- Returns:
- the value of the
arg1record component
-
arg2
Returns the value of thearg2record component.- Returns:
- the value of the
arg2record component
-
arg3
Returns the value of thearg3record component.- Returns:
- the value of the
arg3record component
-
arg4
Returns the value of thearg4record component.- Returns:
- the value of the
arg4record component
-
arg5
Returns the value of thearg5record component.- Returns:
- the value of the
arg5record component
-
arg6
Returns the value of thearg6record component.- Returns:
- the value of the
arg6record component
-
arg7
Returns the value of thearg7record component.- Returns:
- the value of the
arg7record component
-
arg8
Returns the value of thearg8record component.- Returns:
- the value of the
arg8record component
-
arg9
Returns the value of thearg9record component.- Returns:
- the value of the
arg9record component
-