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 |
|---|---|
boolean |
equals(Object o) |
Integer |
getMax() |
Integer |
getMin() |
int |
hashCode() |
Boolean |
hasMax() |
Boolean |
hasMin() |
A |
withMax(Integer max) |
A |
withMin(Integer min) |
public 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>>Copyright © 2015–2020 Red Hat. All rights reserved.