public class CohortMembershipResponse extends OMRSAPIResponse
actionDescription, exceptionCausedBy, exceptionClassName, exceptionErrorMessage, exceptionErrorMessageId, exceptionErrorMessageParameters, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
CohortMembershipResponse()
Default constructor
|
CohortMembershipResponse(CohortMembershipResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
MemberRegistration |
getCohortMember()
Return the list of cohortMember.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCohortMember(MemberRegistration cohortMember)
Set up the list of cohortMember.
|
String |
toString()
Standard toString method.
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic CohortMembershipResponse()
public CohortMembershipResponse(CohortMembershipResponse template)
template - object to copypublic MemberRegistration getCohortMember()
public void setCohortMember(MemberRegistration cohortMember)
cohortMember - entity listpublic String toString()
toString in class OMRSAPIResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIResponseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.