Record Class CollaborationTeamRequest
java.lang.Object
java.lang.Record
org.diabetestechnology.drh.service.http.pg.request.CollaborationTeamRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Returns the value of thecoAuthorsNamerecord component.String[]Returns the value of thecoInvestigatorsNamerecord 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 thenominatedPrincipalInvestigatorNamerecord component.Returns the value of theprincipalInvestigatorNamerecord component.studyId()Returns the value of thestudyIdrecord component.String[]Returns the value of thestudyTeamNamesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CollaborationTeamRequest
public CollaborationTeamRequest(String studyId, String[] coInvestigatorsName, String principalInvestigatorName, String nominatedPrincipalInvestigatorName, String[] coAuthorsName, String[] studyTeamNames) Creates an instance of aCollaborationTeamRequestrecord class.- Parameters:
studyId- the value for thestudyIdrecord componentcoInvestigatorsName- the value for thecoInvestigatorsNamerecord componentprincipalInvestigatorName- the value for theprincipalInvestigatorNamerecord componentnominatedPrincipalInvestigatorName- the value for thenominatedPrincipalInvestigatorNamerecord componentcoAuthorsName- the value for thecoAuthorsNamerecord componentstudyTeamNames- the value for thestudyTeamNamesrecord 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). -
studyId
Returns the value of thestudyIdrecord component.- Returns:
- the value of the
studyIdrecord component
-
coInvestigatorsName
Returns the value of thecoInvestigatorsNamerecord component.- Returns:
- the value of the
coInvestigatorsNamerecord component
-
principalInvestigatorName
Returns the value of theprincipalInvestigatorNamerecord component.- Returns:
- the value of the
principalInvestigatorNamerecord component
-
nominatedPrincipalInvestigatorName
Returns the value of thenominatedPrincipalInvestigatorNamerecord component.- Returns:
- the value of the
nominatedPrincipalInvestigatorNamerecord component
-
coAuthorsName
Returns the value of thecoAuthorsNamerecord component.- Returns:
- the value of the
coAuthorsNamerecord component
-
studyTeamNames
Returns the value of thestudyTeamNamesrecord component.- Returns:
- the value of the
studyTeamNamesrecord component
-