Class LineageSearchResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.governanceservers.openlineage.responses.LineageSearchResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class LineageSearchResponse extends FFDCResponseBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineageSearchResponse()LineageSearchResponse(List<LineageVertex> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<LineageVertex>getVertices()inthashCode()voidsetVertices(List<LineageVertex> vertices)StringtoString()-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Constructor Detail
-
LineageSearchResponse
public LineageSearchResponse()
-
LineageSearchResponse
public LineageSearchResponse(List<LineageVertex> result)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classFFDCResponseBase
-
getVertices
public List<LineageVertex> getVertices()
-
setVertices
public void setVertices(List<LineageVertex> vertices)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classFFDCResponseBase
-
canEqual
protected boolean canEqual(Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFFDCResponseBase
-
-