public class RunTransformResponse extends BaseTransformResponse
Constructor and Description |
---|
RunTransformResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand)
Constructs a new CommandResponse, initialized with the provided
response text and status code.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJobId() |
java.lang.String |
getPipelineURL() |
java.lang.String |
getStatus() |
getSuccess
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
public RunTransformResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, Command sourceCommand)
text
- The response textstatusCode
- The HTTP status codecontentType
- The response content typejson
- The parsed JSONObject (or null if JSON was not returned).sourceCommand
- A copy of the command that created this responsepublic java.lang.String getJobId()
public java.lang.String getPipelineURL()
public java.lang.String getStatus()