Record Class EmptyJobPayload
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.platform.models.core.nonentities.job.EmptyJobPayload
- All Implemented Interfaces:
JobPayload
Payload for a job definition that needs no caller-supplied input.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyJobPayload
public EmptyJobPayload()Creates an instance of aEmptyJobPayloadrecord 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.
-