public class EntityPropertyFindRequest extends PropertyMatchFindRequest
| Constructor and Description |
|---|
EntityPropertyFindRequest()
Default constructor
|
EntityPropertyFindRequest(EntityPropertyFindRequest 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<String> |
getLimitResultsByClassification()
Return the list of classifications that must be present in the results.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setLimitResultsByClassification(List<String> limitResultsByClassification)
Set up the list of classifications that must be present in the results.
|
String |
toString()
Standard toString method.
|
getMatchCriteria, getMatchProperties, setMatchCriteria, setMatchPropertiesgetTypeGUID, setTypeGUIDgetOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic EntityPropertyFindRequest()
public EntityPropertyFindRequest(EntityPropertyFindRequest template)
template - object to copypublic List<String> getLimitResultsByClassification()
public void setLimitResultsByClassification(List<String> limitResultsByClassification)
limitResultsByClassification - list of classificationspublic String toString()
toString in class PropertyMatchFindRequestpublic boolean equals(Object objectToCompare)
equals in class PropertyMatchFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class PropertyMatchFindRequestCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.