Record Class AuditEventPayload.None
java.lang.Object
java.lang.Record
ubic.gemma.core.security.audit.AuditEventPayload.None
- All Implemented Interfaces:
AuditEventPayload
- Enclosing interface:
AuditEventPayload
Sentinel payload for events that carry no extra structured data.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AuditEventPayload
AuditEventPayload.None -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
None
public None()Creates an instance of aNonerecord class.
-
-
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.
-