public class CohortMembershipListResponse extends OMRSAPIPagedResponse
nextPageURL, offset, pageSizeactionDescription, exceptionCausedBy, exceptionClassName, exceptionErrorMessage, exceptionErrorMessageId, exceptionErrorMessageParameters, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
CohortMembershipListResponse()
Default constructor
|
CohortMembershipListResponse(CohortMembershipListResponse 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.
|
List<MemberRegistration> |
getCohortMembers()
Return the list of cohortMembers.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCohortMembers(List<MemberRegistration> cohortMembers)
Set up the list of cohortMembers.
|
String |
toString()
Standard toString method.
|
getNextPageURL, getOffset, getPageSize, setNextPageURL, setOffset, setPageSizegetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic CohortMembershipListResponse()
public CohortMembershipListResponse(CohortMembershipListResponse template)
template - object to copypublic List<MemberRegistration> getCohortMembers()
public void setCohortMembers(List<MemberRegistration> cohortMembers)
cohortMembers - entity listpublic String toString()
toString in class OMRSAPIPagedResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIPagedResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIPagedResponseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.