public class IngressListenerConfiguration extends Object implements Serializable, UnknownPropertyPreserving
| Constructor and Description |
|---|
IngressListenerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
IngressListenerBootstrapConfiguration |
getBootstrap() |
List<IngressListenerBrokerConfiguration> |
getBrokers() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBootstrap(IngressListenerBootstrapConfiguration bootstrap) |
void |
setBrokers(List<IngressListenerBrokerConfiguration> brokers) |
public IngressListenerBootstrapConfiguration getBootstrap()
public void setBootstrap(IngressListenerBootstrapConfiguration bootstrap)
public List<IngressListenerBrokerConfiguration> getBrokers()
public void setBrokers(List<IngressListenerBrokerConfiguration> brokers)
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UnknownPropertyPreservingpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in interface UnknownPropertyPreservingCopyright © 2019. All rights reserved.