Record Class JsonUtils.SheetActionRecord
java.lang.Object
java.lang.Record
org.apache.myfaces.tobago.internal.util.JsonUtils.SheetActionRecord
- Enclosing class:
- JsonUtils
- 
Constructor SummaryConstructorsConstructorDescriptionSheetActionRecord(SheetAction action, Integer target) Creates an instance of aSheetActionRecordrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.target()Returns the value of thetargetrecord component.final StringtoString()Returns a string representation of this record class.
- 
Constructor Details- 
SheetActionRecordCreates an instance of aSheetActionRecordrecord class.- Parameters:
- action- the value for the- actionrecord component
- target- the value for the- targetrecord component
 
 
- 
- 
Method Details- 
toString
- 
hashCode
- 
equalsIndicates 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).
- 
actionReturns the value of theactionrecord component.- Returns:
- the value of the actionrecord component
 
- 
targetReturns the value of thetargetrecord component.- Returns:
- the value of the targetrecord component
 
 
-