Record Class RecentActivity
java.lang.Object
java.lang.Record
org.graylog.plugins.views.startpage.recentActivities.RecentActivity
-
Constructor Summary
ConstructorsConstructorDescriptionRecentActivity(String id, ActivityType activityType, GRN itemGrn, String itemTitle, String userName, org.joda.time.DateTime timestamp) Creates an instance of aRecentActivityrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theactivityTyperecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.itemGrn()Returns the value of theitemGrnrecord component.Returns the value of theitemTitlerecord component.org.joda.time.DateTimeReturns the value of thetimestamprecord component.final StringtoString()Returns a string representation of this record class.userName()Returns the value of theuserNamerecord component.
-
Constructor Details
-
RecentActivity
public RecentActivity(String id, ActivityType activityType, GRN itemGrn, String itemTitle, String userName, org.joda.time.DateTime timestamp) Creates an instance of aRecentActivityrecord class.- Parameters:
id- the value for theidrecord componentactivityType- the value for theactivityTyperecord componentitemGrn- the value for theitemGrnrecord componentitemTitle- the value for theitemTitlerecord componentuserName- the value for theuserNamerecord componenttimestamp- the value for thetimestamprecord 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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
activityType
Returns the value of theactivityTyperecord component.- Returns:
- the value of the
activityTyperecord component
-
itemGrn
Returns the value of theitemGrnrecord component.- Returns:
- the value of the
itemGrnrecord component
-
itemTitle
Returns the value of theitemTitlerecord component.- Returns:
- the value of the
itemTitlerecord component
-
userName
Returns the value of theuserNamerecord component.- Returns:
- the value of the
userNamerecord component
-
timestamp
public org.joda.time.DateTime timestamp()Returns the value of thetimestamprecord component.- Returns:
- the value of the
timestamprecord component
-