public class DeleteContainerCommand extends PostCommand<DeleteContainerResponse>
Command.CommonParameters, Command.ResponseCONTENT_TYPE_JSON| Constructor and Description |
|---|
DeleteContainerCommand() |
DeleteContainerCommand(DeleteContainerCommand source) |
| Modifier and Type | Method and Description |
|---|---|
DeleteContainerCommand |
copy()
Returns a copy of this object.
|
protected DeleteContainerResponse |
createResponse(java.lang.String text,
int status,
java.lang.String contentType,
org.json.simple.JSONObject json)
Creates an instance of the response class, initialized with
the response text, the HTTP status code, and parsed JSONObject.
|
createMethod, getJsonObject, setJsonObject_execute, execute, getActionName, getActionUrl, getControllerName, getHttpMethod, getParameters, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeoutpublic DeleteContainerCommand()
public DeleteContainerCommand(DeleteContainerCommand source)
protected DeleteContainerResponse createResponse(java.lang.String text, int status, java.lang.String contentType, org.json.simple.JSONObject json)
CommandOverride this method to create an instance of a different class that extends CommandResponse
createResponse in class Command<DeleteContainerResponse>text - The response text from the server.status - The HTTP status code.contentType - The Content-Type header value.json - The parsed JSONObject (or null if no JSON was returned).public DeleteContainerCommand copy()
Commandcopy in class PostCommand<DeleteContainerResponse>