Class RemoteHostsExportParams
- java.lang.Object
-
- com.axway.apim.lib.CoreParameters
-
- com.axway.apim.lib.StandardExportParams
-
- com.axway.apim.setup.remotehosts.lib.RemoteHostsExportParams
-
- All Implemented Interfaces:
com.axway.apim.lib.Parameters
public class RemoteHostsExportParams extends com.axway.apim.lib.StandardExportParams
-
-
Constructor Summary
Constructors Constructor Description RemoteHostsExportParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()static RemoteHostsExportParamsgetInstance()StringgetName()voidsetId(String id)voidsetName(String name)-
Methods inherited from class com.axway.apim.lib.StandardExportParams
getOutputFormat, getTarget, getWide, isDeleteTarget, setDeleteTarget, setOutputFormat, setTarget, setWide
-
Methods inherited from class com.axway.apim.lib.CoreParameters
clearCaches, createCacheList, getAdminPassword, getAdminUsername, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getConfDir, getDetailsExportFile, getEnabledCacheTypes, getHostname2, getPassword, getPort2, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isDisableCompression, isForce, isIgnoreAdminAccount, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isReplaceHostInSwagger, isRollback, isZeroDowntimeUpdate, setAdminPassword, setAdminUsername, setAllowOrgAdminsToPublish, setApiBasepath, setAPIManagerURL, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setConfDir, setDetailsExportFile, setDisableCompression, setForce, setHostname, setIgnoreAdminAccount, setIgnoreCache, setIgnoreQuotas, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setReplaceHostInSwagger, setRetryDelay, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
-
-
-
-
Method Detail
-
getInstance
public static RemoteHostsExportParams getInstance()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
setId
public void setId(String id)
-
-