@Generated(value="org.jsonschema2pojo") public class UndeployApplicationRequest extends ResourcePathRequest implements ResourcePathDestination
| Constructor and Description |
|---|
UndeployApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName()
(Required)
|
Boolean |
getRemoveContent()
If true the application content is removed from internal storage.
|
String |
getServerGroups()
Comma-separated list of domain server groups where the application is to be undeployed.
|
void |
setDestinationFileName(String destinationFileName)
(Required)
|
void |
setRemoveContent(Boolean removeContent)
If true the application content is removed from internal storage.
|
void |
setServerGroups(String serverGroups)
Comma-separated list of domain server groups where the application is to be undeployed.
|
getResourcePath, getSenderRequestId, getSenderSessionId, setResourcePath, setSenderRequestId, setSenderSessionIdgetAuthentication, setAuthenticationbuildObjectMapperForDeserialization, buildObjectMapperForSerialization, fromJSON, fromJSON, getCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSON, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourcePathgetCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSONpublic String getDestinationFileName()
public void setDestinationFileName(String destinationFileName)
destinationFileName - The destinationFileNamepublic String getServerGroups()
public void setServerGroups(String serverGroups)
serverGroups - The serverGroupspublic Boolean getRemoveContent()
public void setRemoveContent(Boolean removeContent)
removeContent - The removeContentCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.