public class RuntimeAliasPublishRequest
extends java.lang.Object
Constructor and Description |
---|
RuntimeAliasPublishRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseDir()
Gets the base directory path to publish the Runtime alias.
|
java.lang.String |
getGatewayForUndeploy()
Gets a list of targets from which the aliases have to be unpublished.
|
java.util.Collection<java.lang.String> |
getRuntimeAliases()
Gets the Collection of Runtime aliases to be published.
|
void |
setBaseDir(java.lang.String baseDir)
Sets the base directory path to publish the Runtime alias to.
|
void |
setGatewayForUndeploy(java.lang.String gatewayForUndeploy)
Sets the gateway Id from which the aliases have to be unpublished.
|
void |
setRuntimeAliases(java.util.Collection<java.lang.String> runtimeAliases)
Sets the Collection of Runtime aliases to be published.
|
public java.lang.String getBaseDir()
public void setBaseDir(java.lang.String baseDir)
baseDir
- The directory pathpublic java.util.Collection<java.lang.String> getRuntimeAliases()
Collection
of String
values representing the key of the RuntimeAlias
public void setRuntimeAliases(java.util.Collection<java.lang.String> runtimeAliases)
runtimeAliases
- Collection
of String
values representing the key of the RuntimeAlias
public java.lang.String getGatewayForUndeploy()
public void setGatewayForUndeploy(java.lang.String gatewayForUndeploy)