public class UpdateTransformConfigurationResponse extends BaseTransformResponse
Constructor and Description |
---|
UpdateTransformConfigurationResponse(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 |
getDescriptionId() |
boolean |
getEnabled() |
java.util.Date |
getLastChecked() |
org.json.simple.JSONObject |
getResult() |
org.json.simple.JSONObject |
getState() |
boolean |
getVerboseLogging() |
getSuccess
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
public UpdateTransformConfigurationResponse(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 org.json.simple.JSONObject getResult()
public boolean getEnabled()
public boolean getVerboseLogging()
public org.json.simple.JSONObject getState()
public java.util.Date getLastChecked()
public java.lang.String getDescriptionId()