Record Class RTBLSubscribeModule.Context
java.lang.Object
java.lang.Record
tigase.server.rtbl.RTBLSubscribeModule.Context
- Enclosing class:
RTBLSubscribeModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontigase.server.rtbl.RTBLSubscribeModule.Actionaction()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.node()Returns the value of thenoderecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Context
Creates an instance of aContextrecord class.- Parameters:
action- the value for theactionrecord componentnode- the value for thenoderecord component
-
-
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). -
action
public tigase.server.rtbl.RTBLSubscribeModule.Action action()Returns the value of theactionrecord component.- Returns:
- the value of the
actionrecord component
-
node
Returns the value of thenoderecord component.- Returns:
- the value of the
noderecord component
-