public class V1beta1HostPortRangeFluentImpl<A extends V1beta1HostPortRangeFluent<A>> extends BaseFluent<A> implements V1beta1HostPortRangeFluent<A>
_visitables
Constructor and Description |
---|
V1beta1HostPortRangeFluentImpl() |
V1beta1HostPortRangeFluentImpl(V1beta1HostPortRange instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMax() |
Integer |
getMin() |
Boolean |
hasMax() |
Boolean |
hasMin() |
A |
withMax(Integer max) |
A |
withMin(Integer min) |
public V1beta1HostPortRangeFluentImpl()
public V1beta1HostPortRangeFluentImpl(V1beta1HostPortRange instance)
public Integer getMax()
getMax
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
public A withMax(Integer max)
withMax
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
public Boolean hasMax()
hasMax
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
public Integer getMin()
getMin
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
public A withMin(Integer min)
withMin
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
public Boolean hasMin()
hasMin
in interface V1beta1HostPortRangeFluent<A extends V1beta1HostPortRangeFluent<A>>
Copyright © 2020. All rights reserved.