Record Class DeployActivity
java.lang.Object
java.lang.Record
org.jpos.log.evt.DeployActivity
- Record Components:
action- deploy actioninfo- additional info (such as the path) related to the deployment descriptor
- All Implemented Interfaces:
AuditLogEvent
public record DeployActivity(DeployActivity.Action action, String info)
extends Record
implements AuditLogEvent
Represents activity in the deployment directory
This record is used as part of the audit log events in the system to track deployment actions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeployActivity(DeployActivity.Action action, String info) Creates an instance of aDeployActivityrecord class. -
Method Summary
Modifier 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.info()Returns the value of theinforecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
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
-
info
-