Package net.stickycode.kuuty.model.v18
Class IoK8sApiPolicyV1beta1IDRange
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiPolicyV1beta1IDRange
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiPolicyV1beta1IDRange extends Object
IDRange provides a min/max of an allowed range of IDs.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MAXstatic StringJSON_PROPERTY_MIN
-
Constructor Summary
Constructors Constructor Description IoK8sApiPolicyV1beta1IDRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetMax()max is the end of the range, inclusive.LonggetMin()min is the start of the range, inclusive.inthashCode()IoK8sApiPolicyV1beta1IDRangemax(Long max)IoK8sApiPolicyV1beta1IDRangemin(Long min)voidsetMax(Long max)voidsetMin(Long min)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MAX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_MIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
max
public IoK8sApiPolicyV1beta1IDRange max(Long max)
-
getMax
public Long getMax()
max is the end of the range, inclusive.- Returns:
- max
-
setMax
public void setMax(Long max)
-
min
public IoK8sApiPolicyV1beta1IDRange min(Long min)
-
getMin
public Long getMin()
min is the start of the range, inclusive.- Returns:
- min
-
setMin
public void setMin(Long min)
-
-