@Generated(value="org.jsonschema2pojo") public class DeployApplicationRequest extends ResourcePathRequest implements ResourcePathDestination
| Constructor and Description |
|---|
DeployApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFileName()
(Required)
|
Boolean |
getEnabled()
If true, the deployment will be enabled immediately.
|
Boolean |
getForceDeploy()
If true, this forces the content to be deployed even if the content with the same name exists.
|
String |
getServerGroups()
Comma-separated list of domain server groups where the application is to be deployed.
|
void |
setDestinationFileName(String destinationFileName)
(Required)
|
void |
setEnabled(Boolean enabled)
If true, the deployment will be enabled immediately.
|
void |
setForceDeploy(Boolean forceDeploy)
If true, this forces the content to be deployed even if the content with the same name exists.
|
void |
setServerGroups(String serverGroups)
Comma-separated list of domain server groups where the application is to be deployed.
|
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 Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - The enabledpublic String getServerGroups()
public void setServerGroups(String serverGroups)
serverGroups - The serverGroupspublic Boolean getForceDeploy()
public void setForceDeploy(Boolean forceDeploy)
forceDeploy - The forceDeployCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.