public class HostPortRangeFluentImpl<A extends HostPortRangeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HostPortRangeFluent<A>
| Constructor and Description |
|---|
HostPortRangeFluentImpl() |
HostPortRangeFluentImpl(HostPortRange 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() |
Integer |
getMax() |
Integer |
getMin() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasMax() |
Boolean |
hasMin() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMax(Integer max) |
A |
withMin(Integer min) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HostPortRangeFluentImpl()
public HostPortRangeFluentImpl(HostPortRange instance)
public Integer getMax()
getMax in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A withMax(Integer max)
withMax in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public Boolean hasMax()
hasMax in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public Integer getMin()
getMin in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A withMin(Integer min)
withMin in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public Boolean hasMin()
hasMin in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostPortRangeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HostPortRangeFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.