public class ExtensionsV1beta1IDRange extends Object
Constructor and Description |
---|
ExtensionsV1beta1IDRange() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getMax()
max is the end of the range, inclusive.
|
Long |
getMin()
min is the start of the range, inclusive.
|
int |
hashCode() |
ExtensionsV1beta1IDRange |
max(Long max) |
ExtensionsV1beta1IDRange |
min(Long min) |
void |
setMax(Long max) |
void |
setMin(Long min) |
String |
toString() |
public ExtensionsV1beta1IDRange max(Long max)
public Long getMax()
public void setMax(Long max)
public ExtensionsV1beta1IDRange min(Long min)
public Long getMin()
public void setMin(Long min)
Copyright © 2018. All rights reserved.