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