public class UpstreamFluentImpl<A extends UpstreamFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UpstreamFluent<A>
| Constructor and Description |
|---|
UpstreamFluentImpl() |
UpstreamFluentImpl(Upstream 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 |
getAddress() |
Integer |
getPort() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAddress() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddress(String address) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withType(String type) |
public UpstreamFluentImpl()
public UpstreamFluentImpl(Upstream instance)
public String getAddress()
getAddress in interface UpstreamFluent<A extends UpstreamFluent<A>>public A withAddress(String address)
withAddress in interface UpstreamFluent<A extends UpstreamFluent<A>>public Boolean hasAddress()
hasAddress in interface UpstreamFluent<A extends UpstreamFluent<A>>@Deprecated public A withNewAddress(String arg0)
withNewAddress in interface UpstreamFluent<A extends UpstreamFluent<A>>public Integer getPort()
getPort in interface UpstreamFluent<A extends UpstreamFluent<A>>public A withPort(Integer port)
withPort in interface UpstreamFluent<A extends UpstreamFluent<A>>public Boolean hasPort()
hasPort in interface UpstreamFluent<A extends UpstreamFluent<A>>public String getType()
getType in interface UpstreamFluent<A extends UpstreamFluent<A>>public A withType(String type)
withType in interface UpstreamFluent<A extends UpstreamFluent<A>>public Boolean hasType()
hasType in interface UpstreamFluent<A extends UpstreamFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface UpstreamFluent<A extends UpstreamFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface UpstreamFluent<A extends UpstreamFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.