Record Class ConfigureAfterAutomationLogicResource.AfterAutomationLogicEntityIdBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.automation.impl.action.ConfigureAfterAutomationLogicResource.AfterAutomationLogicEntityIdBean
- Enclosing class:
ConfigureAfterAutomationLogicResource
-
Constructor Summary
ConstructorsConstructorDescriptionAfterAutomationLogicEntityIdBean(String entityName, @Nullable String key) Creates an instance of aAfterAutomationLogicEntityIdBeanrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theentityNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@Nullable Stringkey()Returns the value of thekeyrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AfterAutomationLogicEntityIdBean
Creates an instance of aAfterAutomationLogicEntityIdBeanrecord class.- Parameters:
entityName- the value for theentityNamerecord componentkey- the value for thekeyrecord 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). -
entityName
Returns the value of theentityNamerecord component.- Returns:
- the value of the
entityNamerecord component
-
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-