public class HostPortRangeFluentImpl<A extends HostPortRangeFluent<A>> extends BaseFluent<A> implements HostPortRangeFluent<A>
_visitables
Constructor and Description |
---|
HostPortRangeFluentImpl() |
HostPortRangeFluentImpl(HostPortRange instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getMax() |
java.lang.Integer |
getMin() |
java.lang.Boolean |
hasMax() |
java.lang.Boolean |
hasMin() |
A |
withMax(java.lang.Integer max) |
A |
withMin(java.lang.Integer min) |
public HostPortRangeFluentImpl()
public HostPortRangeFluentImpl(HostPortRange instance)
public java.lang.Integer getMax()
getMax
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public A withMax(java.lang.Integer max)
withMax
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public java.lang.Boolean hasMax()
hasMax
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public java.lang.Integer getMin()
getMin
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public A withMin(java.lang.Integer min)
withMin
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public java.lang.Boolean hasMin()
hasMin
in interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.