Package com.axway.apim.setup.model
Class APIManagerConfig
- java.lang.Object
-
- com.axway.apim.setup.model.APIManagerConfig
-
public class APIManagerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description APIManagerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.axway.apim.api.model.AlertsgetAlerts()com.axway.apim.api.model.ConfiggetConfig()QuotasgetQuotas()Map<String,com.axway.apim.api.model.RemoteHost>getRemoteHosts()voidsetAlerts(com.axway.apim.api.model.Alerts alerts)voidsetConfig(com.axway.apim.api.model.Config config)voidsetQuotas(Quotas quotas)voidsetRemoteHosts(Map<String,com.axway.apim.api.model.RemoteHost> remoteHosts)
-
-
-
Method Detail
-
getConfig
public com.axway.apim.api.model.Config getConfig()
-
setConfig
public void setConfig(com.axway.apim.api.model.Config config)
-
setRemoteHosts
public void setRemoteHosts(Map<String,com.axway.apim.api.model.RemoteHost> remoteHosts)
-
getAlerts
public com.axway.apim.api.model.Alerts getAlerts()
-
setAlerts
public void setAlerts(com.axway.apim.api.model.Alerts alerts)
-
getQuotas
public Quotas getQuotas()
-
setQuotas
public void setQuotas(Quotas quotas)
-
-