public class EgressRouterAddressFluentImpl<A extends EgressRouterAddressFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EgressRouterAddressFluent<A>
| Constructor and Description |
|---|
EgressRouterAddressFluentImpl() |
EgressRouterAddressFluentImpl(EgressRouterAddress instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGateway() |
String |
getIp() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGateway() |
int |
hashCode() |
Boolean |
hasIp() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGateway(String gateway) |
A |
withIp(String ip) |
A |
withNewGateway(String arg0)
Deprecated.
|
A |
withNewIp(String arg0)
Deprecated.
|
public EgressRouterAddressFluentImpl()
public EgressRouterAddressFluentImpl(EgressRouterAddress instance)
public String getGateway()
getGateway in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A withGateway(String gateway)
withGateway in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public Boolean hasGateway()
hasGateway in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>@Deprecated public A withNewGateway(String arg0)
withNewGateway in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public String getIp()
getIp in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A withIp(String ip)
withIp in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public Boolean hasIp()
hasIp in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>@Deprecated public A withNewIp(String arg0)
withNewIp in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EgressRouterAddressFluent<A extends EgressRouterAddressFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.