Package dev.dsf.bpe.v2.activity.task
Record Class DefaultTaskSender.TaskAndConfig
java.lang.Object
java.lang.Record
dev.dsf.bpe.v2.activity.task.DefaultTaskSender.TaskAndConfig
- Enclosing class:
DefaultTaskSender
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTaskAndConfig(org.hl7.fhir.r4.model.Task task, String instantiatesCanonical, String organizationIdentifierValue, String endpointIdentifierValue, String endpointUrl, String businessKey, String correlationKey, String messageName) Creates an instance of aTaskAndConfigrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebusinessKeyrecord component.Returns the value of thecorrelationKeyrecord component.Returns the value of theendpointIdentifierValuerecord component.Returns the value of theendpointUrlrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theinstantiatesCanonicalrecord component.Returns the value of themessageNamerecord component.Returns the value of theorganizationIdentifierValuerecord component.org.hl7.fhir.r4.model.Tasktask()Returns the value of thetaskrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TaskAndConfig
protected TaskAndConfig(org.hl7.fhir.r4.model.Task task, String instantiatesCanonical, String organizationIdentifierValue, String endpointIdentifierValue, String endpointUrl, String businessKey, String correlationKey, String messageName) Creates an instance of aTaskAndConfigrecord class.- Parameters:
task- the value for thetaskrecord componentinstantiatesCanonical- the value for theinstantiatesCanonicalrecord componentorganizationIdentifierValue- the value for theorganizationIdentifierValuerecord componentendpointIdentifierValue- the value for theendpointIdentifierValuerecord componentendpointUrl- the value for theendpointUrlrecord componentbusinessKey- the value for thebusinessKeyrecord componentcorrelationKey- the value for thecorrelationKeyrecord componentmessageName- the value for themessageNamerecord 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). -
task
public org.hl7.fhir.r4.model.Task task()Returns the value of thetaskrecord component.- Returns:
- the value of the
taskrecord component
-
instantiatesCanonical
Returns the value of theinstantiatesCanonicalrecord component.- Returns:
- the value of the
instantiatesCanonicalrecord component
-
organizationIdentifierValue
Returns the value of theorganizationIdentifierValuerecord component.- Returns:
- the value of the
organizationIdentifierValuerecord component
-
endpointIdentifierValue
Returns the value of theendpointIdentifierValuerecord component.- Returns:
- the value of the
endpointIdentifierValuerecord component
-
endpointUrl
Returns the value of theendpointUrlrecord component.- Returns:
- the value of the
endpointUrlrecord component
-
businessKey
Returns the value of thebusinessKeyrecord component.- Returns:
- the value of the
businessKeyrecord component
-
correlationKey
Returns the value of thecorrelationKeyrecord component.- Returns:
- the value of the
correlationKeyrecord component
-
messageName
Returns the value of themessageNamerecord component.- Returns:
- the value of the
messageNamerecord component
-