Class LineageVertexResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.governanceservers.openlineage.responses.LineageVertexResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class LineageVertexResponse extends FFDCResponseBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineageVertexResponse()LineageVertexResponse(LineageVertex lineageVertex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)LineageVertexgetLineageVertex()inthashCode()voidsetLineageVertex(LineageVertex lineageVertex)-
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, toString
-
-
-
-
Constructor Detail
-
LineageVertexResponse
public LineageVertexResponse()
-
LineageVertexResponse
public LineageVertexResponse(LineageVertex lineageVertex)
-
-
Method Detail
-
getLineageVertex
public LineageVertex getLineageVertex()
-
setLineageVertex
public void setLineageVertex(LineageVertex lineageVertex)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classFFDCResponseBase
-
canEqual
protected boolean canEqual(Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFFDCResponseBase
-
-