public class LineageResponse extends CommandResponse
Constructor and Description |
---|
LineageResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.util.Map<java.lang.String,LineageNode> |
getNodes() |
LineageNode |
getSeed() |
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
public LineageResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, Command sourceCommand)
public LineageNode getSeed()
public java.util.Map<java.lang.String,LineageNode> getNodes()
public java.lang.String dump()