Package de.gematik.ncpeh.api.request
Record Class FindDocumentsRequest
java.lang.Object
java.lang.Record
de.gematik.ncpeh.api.request.FindDocumentsRequest
public record FindDocumentsRequest(RequestBase baseParameter, TrcAssertionProfile trcAssertionProfile, PatientId patientId, String xdsDocumentEntryClassCode, String xdsDocumentEntryStatus, Set<Slot> slotEntries)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionFindDocumentsRequest(RequestBase baseParameter, TrcAssertionProfile trcAssertionProfile, PatientId patientId, String xdsDocumentEntryClassCode, String xdsDocumentEntryStatus, Set<Slot> slotEntries) Creates an instance of aFindDocumentsRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebaseParameterrecord 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 thepatientIdrecord component.Returns the value of theslotEntriesrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetrcAssertionProfilerecord component.Returns the value of thexdsDocumentEntryClassCoderecord component.Returns the value of thexdsDocumentEntryStatusrecord component.
-
Constructor Details
-
FindDocumentsRequest
public FindDocumentsRequest(RequestBase baseParameter, TrcAssertionProfile trcAssertionProfile, PatientId patientId, String xdsDocumentEntryClassCode, String xdsDocumentEntryStatus, Set<Slot> slotEntries) Creates an instance of aFindDocumentsRequestrecord class.- Parameters:
baseParameter- the value for thebaseParameterrecord componenttrcAssertionProfile- the value for thetrcAssertionProfilerecord componentpatientId- the value for thepatientIdrecord componentxdsDocumentEntryClassCode- the value for thexdsDocumentEntryClassCoderecord componentxdsDocumentEntryStatus- the value for thexdsDocumentEntryStatusrecord componentslotEntries- the value for theslotEntriesrecord 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). -
baseParameter
Returns the value of thebaseParameterrecord component.- Returns:
- the value of the
baseParameterrecord component
-
trcAssertionProfile
Returns the value of thetrcAssertionProfilerecord component.- Returns:
- the value of the
trcAssertionProfilerecord component
-
patientId
Returns the value of thepatientIdrecord component.- Returns:
- the value of the
patientIdrecord component
-
xdsDocumentEntryClassCode
Returns the value of thexdsDocumentEntryClassCoderecord component.- Returns:
- the value of the
xdsDocumentEntryClassCoderecord component
-
xdsDocumentEntryStatus
Returns the value of thexdsDocumentEntryStatusrecord component.- Returns:
- the value of the
xdsDocumentEntryStatusrecord component
-
slotEntries
Returns the value of theslotEntriesrecord component.- Returns:
- the value of the
slotEntriesrecord component
-