public class V1beta1IDRangeFluentImpl<A extends V1beta1IDRangeFluent<A>> extends BaseFluent<A> implements V1beta1IDRangeFluent<A>
_visitables
Constructor and Description |
---|
V1beta1IDRangeFluentImpl() |
V1beta1IDRangeFluentImpl(V1beta1IDRange instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getMax() |
Long |
getMin() |
int |
hashCode() |
Boolean |
hasMax() |
Boolean |
hasMin() |
A |
withMax(Long max) |
A |
withMin(Long min) |
public V1beta1IDRangeFluentImpl()
public V1beta1IDRangeFluentImpl(V1beta1IDRange instance)
public Long getMax()
getMax
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
public A withMax(Long max)
withMax
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
public Boolean hasMax()
hasMax
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
public Long getMin()
getMin
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
public A withMin(Long min)
withMin
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
public Boolean hasMin()
hasMin
in interface V1beta1IDRangeFluent<A extends V1beta1IDRangeFluent<A>>
Copyright © 2021. All rights reserved.